Changes to make auto-merge action work (#2360)

Hopefully.
This commit is contained in:
Josh Mock
2024-09-03 13:06:50 -05:00
committed by GitHub
parent 132d6d6062
commit 58b457eedc

View File

@ -8,11 +8,11 @@ on:
jobs:
automerge:
runs-on: ubuntu-latest
if: github.event.review.state == 'approved'
steps:
- uses: reitermarkus/automerge@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
merge-method: squash
do-not-merge-labels: never-merge
pull-request-author-associations: OWNER,MEMBER,COLLABORATOR
review-author-associations: OWNER,MEMBER,CONTRIBUTOR
pull-request-author-associations: OWNER
review-author-associations: OWNER,CONTRIBUTOR