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 808b025 commit ba961d1Copy full SHA for ba961d1
.github/workflows/pr-filter.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Check PR Content
19
id: intercept
20
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
21
with:
22
github-token: ${{ secrets.GITHUB_TOKEN }}
23
script: |
0 commit comments