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

github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-05 15:51:00 +0300
committerNextcloud bot <bot@nextcloud.com>2022-08-05 15:51:00 +0300
commitb1c7d524ea9b99f8ce82e6210fdb433108c57f17 (patch)
tree02e902fee822c08367a47272cf49c844b8137746
parentcda4052aeee235dd1282ebdb987a7a989e0407ef (diff)
Updating dependabot-approve-merge.yml workflow from templatefeat/workflow-auto-update-dependabot-approve-merge.yml
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--.github/workflows/dependabot-approve-merge.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index 19a1311..0d6e343 100644
--- a/.github/workflows/dependabot-approve-merge.yml
+++ b/.github/workflows/dependabot-approve-merge.yml
@@ -8,13 +8,20 @@ name: Dependabot
on:
pull_request_target:
branches:
+ - main
- master
- stable*
+permissions:
+ contents: read
+
jobs:
auto-approve-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
+ permissions:
+ # for hmarr/auto-approve-action to approve PRs
+ pull-requests: write
steps:
# Github actions bot approve