Skip to content

Commit

Permalink
ci: Lint PR titles according to conventional commits (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Aug 24, 2022
1 parent 0ed8e52 commit 1303a68
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/semantic-pr-title.yml
@@ -0,0 +1,18 @@
name: "Lint PR"

on:
pull_request:
types:
- opened
- edited
- synchronize
workflow_dispatch:

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1303a68

Please sign in to comment.