Skip to content

Commit

Permalink
ci(pr-title): Add synchronize to pull request event types trigger
Browse files Browse the repository at this point in the history
Without synchronize the Required Status Check does not run, which can
block merging.
  • Loading branch information
chris3ware committed Aug 23, 2024
1 parent 6586e2c commit 4c2e51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Validate PR title
on:
pull_request:
types: [opened, edited]
types: [opened, edited, synchronize]

# Disable permissions for all available scopes
permissions: {}
Expand Down

0 comments on commit 4c2e51f

Please sign in to comment.