change automerge policy
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
929c9bf556
commit
ab60e7d491
|
|
@ -1,22 +1,7 @@
|
||||||
name: Merge PRs
|
name: Merge PRs
|
||||||
on:
|
on:
|
||||||
pull_request:
|
schedule:
|
||||||
types:
|
- cron: "0 */6 * * *"
|
||||||
- labeled
|
|
||||||
- unlabeled
|
|
||||||
- synchronize
|
|
||||||
- opened
|
|
||||||
- edited
|
|
||||||
- ready_for_review
|
|
||||||
- reopened
|
|
||||||
- unlocked
|
|
||||||
pull_request_review:
|
|
||||||
types:
|
|
||||||
- submitted
|
|
||||||
check_suite:
|
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
status: {}
|
|
||||||
jobs:
|
jobs:
|
||||||
automerge:
|
automerge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -26,5 +11,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
MERGE_LABELS: "approved,!work-in-progress,!hold"
|
MERGE_LABELS: "approved,!work-in-progress,!hold"
|
||||||
MERGE_METHOD: "rebase"
|
MERGE_METHOD: "squash"
|
||||||
MERGE_DELETE_BRANCH: "true"
|
MERGE_DELETE_BRANCH: "true"
|
||||||
|
UPDATE_LABELS: "approved,!work-in-progress,!hold"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue