You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/silabs-require-admin-action-check.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ jobs:
21
21
steps:
22
22
- name: Check for sl-require-admin-action label
23
23
run: |
24
-
if contains(github.event.pull_request.labels.*.name, 'sl-require-admin-action'); then
24
+
if contains(${{github.event.pull_request.labels.*.name}} , 'sl-require-admin-action'); then
25
25
echo "The sl-require-admin-action label is present. Failing the job."
26
26
if ! contains(github.event.pull_request.comments.*.body, 'The CI failure for this job is normal. An admin must do the merge.'); then
27
27
echo "The CI failure for this job is normal. An admin must do the merge." | gh pr comment ${{ github.event.pull_request.number }} --repo ${{ github.repository }}
0 commit comments