Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 777ce44

Browse files
committed
Update automerge trigger
1 parent 2b10a81 commit 777ce44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: AutoMerge
3232
needs: ci
3333
runs-on: ubuntu-latest
34-
if: github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
34+
if: github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
3535
steps:
3636
- uses: actions/github-script@v3
3737
with:

0 commit comments

Comments
 (0)