Skip to content

Commit

Permalink
Merge branch 'chore/fix-pr-title-check-locale' into locale/de-test-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou committed Nov 23, 2023
2 parents 40dd869 + 4fec003 commit f856306
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,27 @@ on:

jobs:
lint:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
perf
refactor
style
locale
docs
test
chore
build
ci
revert
requireScope: false
ignoreLabels: |
bot
ignore-semantic-pull-request

0 comments on commit f856306

Please sign in to comment.