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.
2 parents 0d346cd + 6003d46 commit d1ac381Copy full SHA for d1ac381
.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@v6
+ uses: actions/github-script@v7
17
with:
18
script: |
19
const pr = context.payload.pull_request;
0 commit comments