Skip to content

Commit

Permalink
ci: added check for proper PR title based on conventionalcommits.org (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu authored Dec 17, 2021
1 parent 14a751b commit b4f4d94
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pr_title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Lint PR title
name: pr_title

on:
pull_request_target:
types:
- opened
- edited
- synchronize

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

0 comments on commit b4f4d94

Please sign in to comment.