mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
Fix automerge
This commit is contained in:
parent
c973365cea
commit
1892e27444
1 changed files with 3 additions and 0 deletions
3
.github/workflows/automerge.yml
vendored
3
.github/workflows/automerge.yml
vendored
|
@ -3,9 +3,11 @@ name: automerge
|
|||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- reopened
|
||||
- unlocked
|
||||
- unlabeled
|
||||
- synchronize
|
||||
pull_request_review:
|
||||
types:
|
||||
- submitted
|
||||
|
@ -24,6 +26,7 @@ jobs:
|
|||
uses: pascalgn/automerge-action@v0.8.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
MERGE_LABELS:
|
||||
MERGE_METHOD: squash
|
||||
MERGE_COMMIT_MESSAGE: automatic
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue