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 d873fd0 commit fb6fea7
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: [main]

jobs:
Expand Down

0 comments on commit fb6fea7

Please sign in to comment.