Skip to content

Commit

Permalink
Update check-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Nov 22, 2023
1 parent 479ffa3 commit ec45d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
github_enterprise_graphql_url: https://api.github.com/graphql
one_of: ${{ github.event_name == 'workflow_call' && inputs.labels || 'feature,bug,ci,refactor,security,documentation,dependencies,skip-changelog' }}
one_of: ${{ inputs.labels !='' && inputs.labels || 'feature,bug,ci,refactor,security,documentation,dependencies,skip-changelog' }}
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ec45d70

Please sign in to comment.