Skip to content

Commit

Permalink
build: added workflow to lint PR title (#16)
Browse files Browse the repository at this point in the history
Our [previous PR](#14) did not
result in a new release due to non-conforming title.

This should help avoid that in the future
  • Loading branch information
jackie-linz authored May 3, 2024
1 parent 49b3cac commit a5c3467
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: lint-pr-title
on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: linz/action-pull-request-lint@4744d5a3ab84000afc4eb5dc98b7fd19d7682fff # v1.1.0

0 comments on commit a5c3467

Please sign in to comment.