Skip to content

Commit

Permalink
Actions: Remove synchronize trigger in create-dependabot-issues.yml
Browse files Browse the repository at this point in the history
Synchronize trigger only necessary to catch up issues with PRs opened before workflow was implemented.
Disables repeat issue creation for same PR.
  • Loading branch information
kyleecodes authored May 30, 2024
1 parent 5bf1f56 commit a2f6f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-dependabot-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Dependabot Issues # from pull requests

on:
pull_request:
types: [opened, synchronize]
types: [opened]
branches: [develop]

jobs:
Expand Down

0 comments on commit a2f6f3f

Please sign in to comment.