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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dependabot-approve.yml')
-rw-r--r--.github/workflows/dependabot-approve.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
index cc5e6d1..0a76275 100644
--- a/.github/workflows/dependabot-approve.yml
+++ b/.github/workflows/dependabot-approve.yml
@@ -1,11 +1,11 @@
name: Dependabot auto approve
-on: pull_request
+on: pull_request_target
jobs:
- build:
+ auto-approve:
runs-on: ubuntu-latest
+ if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- - uses: hmarr/auto-approve-action@v2.0.0
- if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
+ - uses: hmarr/auto-approve-action@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"