Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3a6f19ce3 |
2
.github/workflows/onpr_automerge.yaml
vendored
2
.github/workflows/onpr_automerge.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Add the automerge label
|
- name: Add the automerge label
|
||||||
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/automerge') }}
|
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/automerge') }}
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user