Skip to content

Commit

Permalink
ci: Fix conventional commit title validation (flame-engine#2038)
Browse files Browse the repository at this point in the history
The conventional commit title validation wasn't running automatically when the contributor updated the title, this fixes so that it does.
  • Loading branch information
spydon authored Oct 7, 2022
1 parent 88c3177 commit ec817c2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/title-validation.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: title-validation
name: 'PR Title is Conventional'

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

jobs:
validate-pr-title:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ec817c2

Please sign in to comment.