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:
authorNextcloud bot <bot@nextcloud.com>2021-06-29 22:02:34 +0300
committerNextcloud bot <bot@nextcloud.com>2021-06-29 22:02:34 +0300
commite01bd7be99c49eaf731a43cd66b6169413c0aac8 (patch)
tree5c40cbdfd61d749ebed0c4ea72fbd46c8dd69052
parentcced5c1fcea3a0981ac62c91f876d790aaa5e083 (diff)
Updating dependabot-approve-merge.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-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 }}