Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18a8340 + f8ed588 commit f168c52Copy full SHA for f168c52
1 file changed
.github/workflows/branch-check.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Check, comment, and close PR if source is not development
16
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
17
with:
18
script: |
19
const pr = context.payload.pull_request;
0 commit comments