summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-04 10:07:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-04 10:08:09 -0400
commita0580a3460030c219c2a017ee3f3804e78e5daae (patch)
treec0fa60f68a4c63b17da5ff5b81393beffa9ddb64 /.github
parent2f406eccbe356c79ab1473961e01a80ed09e12dc (diff)
downloadpython-setuptools-git-a0580a3460030c219c2a017ee3f3804e78e5daae.tar.gz
Remove automerge.
Diffstat (limited to '.github')
-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 4f70acfb..00000000
--- 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 }}"