Update onpr_automerge.yaml

This commit is contained in:
Alexandre
2024-02-28 11:05:38 +01:00
committed by GitHub
parent 5ce9999bf6
commit 7973a58b8c

View File

@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add the automerge label
if: contains(github.event.comment.body, '/automerge' # <--- The other way to compare if it's on a PR or on an issue
if: contains(github.event.comment.body, '/automerge') # <--- The other way to compare if it's on a PR or on an issue
uses: actions/github-script@v4
with:
github-token: ${{secrets.GITHUB_TOKEN}}