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