Skip to content

Commit c8bd159

Browse files
committed
Update block_pr_check_labels.yml
1 parent c27d31f commit c8bd159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/block_pr_check_labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: contains(github.event.pull_request.labels.*.name, 'Blocked')
1818
runs-on: ubuntu-latest
1919
steps:
20-
- name: Fail if forbidden label exists
20+
- name: 'Fail if forbidden label exists'
2121
run: |
2222
echo "PR still has the 'Blocked' label"
2323
exit 1

0 commit comments

Comments
 (0)