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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-10-31 12:43:05 +0300
committerGitHub <noreply@github.com>2020-10-31 12:43:05 +0300
commitb5f65e3891e4aa2b68b9e0fde875dab119ec9583 (patch)
tree5b0bcbd4f736b75323de6becf7359b2dd2804059 /.github
parent3f9752fd7ae270bc7d670effa7a6d9c1bc03e77e (diff)
Delete dependabot-approve.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot-approve.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
deleted file mode 100644
index cc5e6d17..00000000
--- a/.github/workflows/dependabot-approve.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: Dependabot auto approve
-on: pull_request
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: hmarr/auto-approve-action@v2.0.0
- if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
- with:
- github-token: "${{ secrets.GITHUB_TOKEN }}"