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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2019-06-21 11:38:14 +0300
committerGitHub <noreply@github.com>2019-06-21 11:38:14 +0300
commitabe6cc8c5f7f427c274e7ef64ec9cfc6f6a43984 (patch)
tree5a5c4ab35d111da24431d62fc0dd9086a4335c90 /.github
parentbd71984aed06ddc00b18d6e9123df8d5f621c162 (diff)
Add Dependabot approve action
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot-approve.workflow9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot-approve.workflow b/.github/dependabot-approve.workflow
new file mode 100644
index 000000000..0c6a7321a
--- /dev/null
+++ b/.github/dependabot-approve.workflow
@@ -0,0 +1,9 @@
+workflow "Auto-approve Dependabot PRs" {
+ resolves = ["Auto Approve"]
+ on = "push"
+}
+
+action "Auto Approve" {
+ uses = "hmarr/auto-approve-action@v1.0.0"
+ secrets = ["GITHUB_TOKEN"]
+}