Skip to content

Commit

Permalink
Make sure PR title action also runs on synchronize
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Oct 3, 2021
1 parent a1fdda8 commit fa7d7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check pull request title is descriptive

on:
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, synchronize, reopened]

jobs:
pr-title:
Expand Down

0 comments on commit fa7d7bb

Please sign in to comment.