summaryrefslogtreecommitdiff
path: root/.github/workflows/automerge.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/automerge.yml')
-rw-r--r--.github/workflows/automerge.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml
deleted file mode 100644
index 4f70acf..0000000
--- a/.github/workflows/automerge.yml
+++ /dev/null
@@ -1,27 +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.12.0"
- env:
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"