Skip to content

Commit

Permalink
Add step for merging pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Aug 7, 2024
1 parent ed327a8 commit aa03afa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ jobs:
checkInterval: 60
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: pascalgn/[email protected]
if: steps.waitforstatuschecks.outputs.status == 'success'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_LABELS: dependencies,safety
MERGE_DELETE_BRANCH: true
MERGE_METHOD: squash

0 comments on commit aa03afa

Please sign in to comment.