Skip to content

Commit

Permalink
build: [#550] Merge PRs automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Mar 20, 2024
1 parent e938d5d commit 7b868e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-requests-merger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: pull-requests-merger
'on': push
jobs:
pull-requests-merger:
permissions:
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: 030/pull-requests-merger-action@1-merge-pr

0 comments on commit 7b868e9

Please sign in to comment.