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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-07 15:42:36 +0300
committerGitHub <noreply@github.com>2022-04-07 15:42:36 +0300
commit297f5979afad784bdba44c531c46e8b26a142a05 (patch)
treec18dd3f213c20ecb62ba40d2dfa328cd297b772e
parentefadbe182cb463c7d5808eb69e363c2ff507ecd5 (diff)
-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 cc5e6d1..0000000
--- 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 }}"