We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27d31f commit c8bd159Copy full SHA for c8bd159
1 file changed
.github/workflows/block_pr_check_labels.yml
@@ -17,7 +17,7 @@ jobs:
17
if: contains(github.event.pull_request.labels.*.name, 'Blocked')
18
runs-on: ubuntu-latest
19
steps:
20
- - name: Fail if forbidden label exists
+ - name: 'Fail if forbidden label exists'
21
run: |
22
echo "PR still has the 'Blocked' label"
23
exit 1
0 commit comments