Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-03-22 19:22:09 +0300
committerVincent Petry <vincent@nextcloud.com>2021-03-22 19:22:09 +0300
commit5a99c3435d4b6dbc9c16ba2112e96ee0c8ff838f (patch)
treee3a0562dab6ef290c3cf2df9b53d59de56fe56cc /.github
parent2a02728b41df9f231d238aac7f606a2c1d85a54c (diff)
Goodbye automerge
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot-approve.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
index 00216f528..903e2d88b 100644
--- a/.github/workflows/dependabot-approve.yml
+++ b/.github/workflows/dependabot-approve.yml
@@ -10,10 +10,3 @@ jobs:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
-
- # Nextcloud bot approve and merge request
- - uses: ahmadnassri/action-dependabot-auto-merge@v2
- if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
- with:
- target: patch
- github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}