Skip to content

Commit

Permalink
ci: Use Conventional GitFor PR Titles (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Borries authored Mar 31, 2023
1 parent 30ec4a1 commit d437d77
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr_title_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'PR Title is Conventional'
on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d437d77

Please sign in to comment.