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-05 13:04:11 +0300
committerGitHub <noreply@github.com>2021-07-05 13:04:11 +0300
commit8285e5540bc910c2c0d89f84581d11c75f583560 (patch)
tree4f283fdfc00cac51ee9ebf4ef4ecc8821cd6d13b
parent70f46089f16a88013141bcdae786ec9d83c8cb8b (diff)
parent61f55c07b445419591b09259b01f66b56dc828df (diff)
Merge pull request #87 from nextcloud/feat/workflow-auto-update
Updating dependabot-approve-merge.yml workflow from template
-rw-r--r--.github/workflows/dependabot-approve-merge.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index b56a1da..6c5d737 100644
--- a/.github/workflows/dependabot-approve-merge.yml
+++ b/.github/workflows/dependabot-approve-merge.yml
@@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
# Default github action approve
- - uses: hmarr/auto-approve-action@v2.0.0
+ - uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Nextcloud bot approve and merge request
- - uses: ahmadnassri/action-dependabot-auto-merge@v1
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
target: minor