We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d887a64 commit f2ffa0bCopy full SHA for f2ffa0b
.github/workflows/automerge.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Squash and merge
17
- uses: actions/github-script@v5
+ uses: actions/github-script@v8
18
with:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
script: |
.github/workflows/optimize-and-merge.yml
@@ -33,7 +33,7 @@ jobs:
33
34
if: |
35
contains(github.event.pull_request.body, 'Automerge**: Enabled')
36
37
38
39
0 commit comments