Skip to content

Commit

Permalink
chore: fix check-pr-title workflow to allow locale as type (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Nov 29, 2023
1 parent d278eff commit 70ad25a
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 70ad25a

Please sign in to comment.