We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c726b commit 365e161Copy full SHA for 365e161
1 file changed
.github/workflows/major-version-approval.yaml
@@ -19,7 +19,7 @@ jobs:
19
if: github.event.pull_request.user.login == 'release-please[bot]' && contains(github.event.pull_request.body, 'MAJOR_VERSION_ALLOWED=')
20
steps:
21
- name: Run Approval Check
22
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
23
env:
24
GH_TOKEN: ${{ secrets.SPLIT_TOKEN }}
25
with:
0 commit comments