Skip to content

Commit

Permalink
Use common auto-merge action
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Sep 6, 2022
1 parent bd41f06 commit 91e4f03
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,20 @@ on:
pull_request:
types:
- labeled
- unlabeled
check_suite:
types:
- completed
status:
types:
- success

permissions: write-all

jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@v0.14.3"
env:
GITHUB_TOKEN: "${{ github.token }}"
MERGE_LABELS: ":rocket: Ready to Merge"
MERGE_COMMIT_MESSAGE: "pull-request-title"
UPDATE_LABELS: ":rocket: Ready to Merge"
UPDATE_METHOD: "rebase"
MERGE_FORKS: "false"
LOG: "TRACE"
- uses: 1024pix/pix-actions/auto-merge@v0
with:
auto_merge_token: "${{ github.token }}"

0 comments on commit 91e4f03

Please sign in to comment.