Skip to content

Commit

Permalink
build(gha): run pr title validation on each commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 10, 2024
1 parent 3064284 commit bfb56e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: 'Lint pull request title'
on:
pull_request:
types:
- opened
- edited
- opened
- reopened
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down

0 comments on commit bfb56e6

Please sign in to comment.