mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 02:16:09 -07:00
Fix automerge
This commit is contained in:
parent
ca56e9169c
commit
a036543072
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 New Issue
Block a user