mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
This reverts commit 8ffacf0643.
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
name: automerge
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- unlabeled
|
||||
- synchronize
|
||||
- opened
|
||||
- edited
|
||||
- ready_for_review
|
||||
- reopened
|
||||
- unlocked
|
||||
pull_request_review:
|
||||
types:
|
||||
- submitted
|
||||
check_suite:
|
||||
types:
|
||||
- completed
|
||||
status: {}
|
||||
jobs:
|
||||
automerge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: automerge
|
||||
uses: "pascalgn/automerge-action@v0.14.3"
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.AUTOMERGE_ENABLER }}"
|
||||
MERGE_LABELS: "AUTOMERGE,!DO NOT MERGE,!Denied,!ERROR,!Headadmin Disapproved,!Merge Conflict"
|
||||
MERGE_METHOD: "squash"
|
||||
MERGE_RETRIES: "6"
|
||||
MERGE_RETRY_SLEEP: "10000"
|
||||
Reference in New Issue
Block a user