mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2026-01-11 07:01:42 -07:00
Fix automerge
This commit is contained in:
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
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user