summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-13 14:03:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-12-13 16:12:14 -0500
commit150321caba0dc73489b61d6b5bbfbed52b795ae7 (patch)
treebfb90052517a407ac0c7d5810dfae9689374e362
parent2667241f44fed464948cbd140bed1b17cfe4e826 (diff)
downloadpytest-runner-150321caba0dc73489b61d6b5bbfbed52b795ae7.tar.gz
Enable automerge
-rw-r--r--.github/workflows/automerge.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml
new file mode 100644
index 0000000..4f70acf
--- /dev/null
+++ b/.github/workflows/automerge.yml
@@ -0,0 +1,27 @@
+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 }}"