mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 19:33:52 +08:00
Updated .github/workflows/auto-merge.yml
This commit is contained in:
parent
9d21856576
commit
3244499414
5
.github/workflows/auto-merge.yml
vendored
5
.github/workflows/auto-merge.yml
vendored
@ -2,7 +2,6 @@ name: automerge
|
|||||||
on:
|
on:
|
||||||
check_suite:
|
check_suite:
|
||||||
types:
|
types:
|
||||||
- rerequested
|
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -19,9 +18,9 @@ jobs:
|
|||||||
- name: automerge
|
- name: automerge
|
||||||
uses: pascalgn/automerge-action@v0.14.3
|
uses: pascalgn/automerge-action@v0.14.3
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN || github.token }}
|
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
|
||||||
MERGE_METHOD: "rebase"
|
MERGE_METHOD: "rebase"
|
||||||
UPDATE_METHOD: "rebase"
|
UPDATE_METHOD: "rebase"
|
||||||
MERGE_RETRIES: "6"
|
MERGE_RETRIES: "6"
|
||||||
MERGE_RETRY_SLEEP: "100000"
|
MERGE_RETRY_SLEEP: "100000"
|
||||||
MERGE_LABELS: ""
|
MERGE_LABELS: ""
|
Loading…
Reference in New Issue
Block a user