8000 👷 Improve the check with the infra label · cfug/dio@cdab4cc · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit cdab4cc

Browse files
committed
👷 Improve the check with the infra label
1 parent 8cc1358 commit cdab4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/check_issues_access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
verify_access:
1010
runs-on: ubuntu-latest
11-
if: ${{ join(github.event.issue.labels) == '' || contains('infra', github.event.issue.labels)}}
11+
if: ${{ join(github.event.issue.labels) == '' || contains(github.event.issue.labels.*.name, 'infra')}}
1212
steps:
1313
- uses: actions-cool/check-user-permission@v2
1414
id: checkIfUserHasWriteAccess

0 commit comments

Comments
 (0)
0