aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-03-12 03:37:22 +0000
committerGitHub <noreply@github.com>2020-03-12 03:37:22 +0000
commitc478f019354bc8638b27557afcaac3263137aef2 (patch)
tree240255d05543dc27f5d5f7cd94853c3c5a0d79d9 /.github
parentd5feb09d56f15299d7e1c9ccd34ee7d7930e473b (diff)
downloadAnySoftKeyboard-c478f019354bc8638b27557afcaac3263137aef2.tar.gz
AnySoftKeyboard-c478f019354bc8638b27557afcaac3263137aef2.tar.bz2
Delete automerge.yml
Does not work as intended
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/automerge.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml
deleted file mode 100644
index 69cd70dcc..000000000
--- a/.github/workflows/automerge.yml
+++ /dev/null
@@ -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
- status: {}
-jobs:
- automerge:
- runs-on: ubuntu-latest
- steps:
- - name: automerge
- uses: "pascalgn/automerge-action@ccae530ae13b6af67a7a2009c266fe925844e658"
- env:
- GITHUB_TOKEN: "${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}"
- MERGE_LABELS: "automerge,!wip"
- MERGE_REMOVE_LABELS: "automerge"
- MERGE_METHOD: "merge"
- MERGE_COMMIT_MESSAGE: "pull-request-title-and-description"
- MERGE_FORKS: "false"
- MERGE_RETRIES: "6"
- MERGE_RETRY_SLEEP: "10000"