Skip to content

Commit

Permalink
Fix autoapprove by using pull_request_target event
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr authored and max-nextcloud committed Jan 12, 2022
1 parent da2938b commit 27a1e79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Dependabot
on: pull_request
on:
pull_request_target:
branches:
- master
- stable*

jobs:
auto-merge:
Expand Down

0 comments on commit 27a1e79

Please sign in to comment.