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 cedf69c commit 54519b4Copy full SHA for 54519b4
.github/workflows/blocked.yaml
@@ -10,7 +10,7 @@ jobs:
10
pull-requests: read
11
steps:
12
- name: Add notice
13
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
14
if: contains(github.event.pull_request.labels.*.name, 'X-Blocked')
15
with:
16
script: |
0 commit comments