Skip to content

Commit

Permalink
Merge pull request #10 from itsparser/dev
Browse files Browse the repository at this point in the history
Added true auto merge for the PR
  • Loading branch information
itsparser authored Sep 25, 2024
2 parents 0204143 + 8d8a604 commit ebdfd28
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
name: automerge
on:
pull_request:
branches: [ "main" ]
merge_group:
types: [ checks_requested ]
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: { }
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit ebdfd28

Please sign in to comment.