mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-05 00:55:30 +00:00
Setup automerge action
https://github.com/marketplace/actions/merge-pull-requests-automerge-action
This commit is contained in:
parent
fa28f46c15
commit
2826d47cf2
32
.github/workflows/automerge.yml
vendored
Normal file
32
.github/workflows/automerge.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
name: automerge
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
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
|
||||||
|
steps:
|
||||||
|
- name: automerge
|
||||||
|
uses: "pascalgn/automerge-action@v0.14.3"
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
MERGE_LABELS: "automerge,!do not merge"
|
||||||
|
MERGE_REMOVE_LABELS: "automerge"
|
||||||
|
MERGE_METHOD: "rebase"
|
||||||
|
MERGE_RETRY_SLEEP: "10000"
|
||||||
|
UPDATE_METHOD: "rebase"
|
Loading…
x
Reference in New Issue
Block a user