Skip to content

Commit 1758b6a

Browse files
committed
ci: limit dependabot automation trigger to opened activity (#6244)
1 parent e32ebd7 commit 1758b6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dependabot-automation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Dependabot Automation'
22

3-
on: pull_request_target
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
47

58
jobs:
69
dependabot:

0 commit comments

Comments
 (0)