Skip to content

Commit

Permalink
Update 8.15 auto-merge action to match main
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Sep 3, 2024
1 parent 8f028a5 commit 9325bc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +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
review-author-associations: OWNER,CONTRIBUTOR

0 comments on commit 9325bc5

Please sign in to comment.