8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc1358 commit cdab4ccCopy full SHA for cdab4cc
‎.github/workflows/check_issues_access.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
verify_access:
10
runs-on: ubuntu-latest
11
- 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')}}
12
steps:
13
- uses: actions-cool/check-user-permission@v2
14
id: checkIfUserHasWriteAccess
0 commit comments