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

github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-07-01 12:37:19 +0300
committerGitHub <noreply@github.com>2021-07-01 12:37:19 +0300
commit70f46089f16a88013141bcdae786ec9d83c8cb8b (patch)
treecf7dd278b2f88a6ea40ab432862403a94c89da04
parent99c97aba0fc1db3bd3f0075db82b077710805943 (diff)
parente01bd7be99c49eaf731a43cd66b6169413c0aac8 (diff)
Merge pull request #84 from nextcloud/feat/workflow-auto-update
Updating dependabot-approve-merge.yml workflow from template
-rw-r--r--.github/workflows/dependabot-approve-merge.yml14
1 files changed, 12 insertions, 2 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index 201d7f5..b56a1da 100644
--- a/.github/workflows/dependabot-approve-merge.yml
+++ b/.github/workflows/dependabot-approve-merge.yml
@@ -1,5 +1,15 @@
+# This workflow is provided via the organization template repository
+#
+# https://github.com/nextcloud/.github
+# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+
name: Dependabot
-on: pull_request
+
+on:
+ pull_request_target:
+ branches:
+ - master
+ - stable*
jobs:
auto-merge:
@@ -15,5 +25,5 @@ jobs:
- uses: ahmadnassri/action-dependabot-auto-merge@v1
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
- target: patch
+ target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}