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

github.com/nextcloud/photos.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-01-06 11:48:13 +0300
committerGitHub <noreply@github.com>2020-01-06 11:48:13 +0300
commitc034cf5c08eeecbd8ba0fba45fa2fe2000a29f13 (patch)
tree387d4838799b6f22617266e9f1f8e47e650019cb /.github
parentc356cc9d380b7a0ba12e678a07069ade2ac43dc1 (diff)
Create dependabot-approve.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot-approve.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
new file mode 100644
index 00000000..cc5e6d17
--- /dev/null
+++ b/.github/workflows/dependabot-approve.yml
@@ -0,0 +1,11 @@
+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 }}"