mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-25 14:31:03 -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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
|
- labeled
|
||||||
- reopened
|
- reopened
|
||||||
- unlocked
|
- unlocked
|
||||||
- unlabeled
|
- unlabeled
|
||||||
|
- synchronize
|
||||||
pull_request_review:
|
pull_request_review:
|
||||||
types:
|
types:
|
||||||
- submitted
|
- submitted
|
||||||
|
@ -24,6 +26,7 @@ jobs:
|
||||||
uses: pascalgn/automerge-action@v0.8.1
|
uses: pascalgn/automerge-action@v0.8.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
MERGE_LABELS:
|
||||||
MERGE_METHOD: squash
|
MERGE_METHOD: squash
|
||||||
MERGE_COMMIT_MESSAGE: automatic
|
MERGE_COMMIT_MESSAGE: automatic
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue