Skip to content

Commit a2f6f3f

Browse files
authored
Actions: Remove synchronize trigger in create-dependabot-issues.yml
Synchronize trigger only necessary to catch up issues with PRs opened before workflow was implemented. Disables repeat issue creation for same PR.
1 parent 5bf1f56 commit a2f6f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-dependabot-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create Dependabot Issues # from pull requests
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
5+
types: [opened]
66
branches: [develop]
77

88
jobs:

0 commit comments

Comments
 (0)