Skip to content

Commit bab2cbc

Browse files
committed
Fix autoapprove by using pull_request_target event
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 4e4940c commit bab2cbc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dependabot-approve-merge.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Dependabot
2-
on: pull_request
2+
on:
3+
pull_request_target:
4+
branches:
5+
- master
6+
- stable*
37

48
jobs:
59
auto-merge:

0 commit comments

Comments
 (0)