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