Skip to content

Commit

Permalink
👷 Improve the check with the infra label
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Mar 17, 2023
1 parent 8cc1358 commit cdab4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_issues_access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
verify_access:
runs-on: ubuntu-latest
if: ${{ join(github.event.issue.labels) == '' || contains('infra', github.event.issue.labels)}}
if: ${{ join(github.event.issue.labels) == '' || contains(github.event.issue.labels.*.name, 'infra')}}
steps:
- uses: actions-cool/check-user-permission@v2
id: checkIfUserHasWriteAccess
Expand Down

0 comments on commit cdab4cc

Please sign in to comment.