Skip to content

Commit

Permalink
ci: fix pr lint check
Browse files Browse the repository at this point in the history
Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller committed Oct 16, 2022
1 parent 0094b15 commit 8581944
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (newline delimited).
# Default: https://github.com/commitizen/conventional-commit-types
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
with:
# Configure which types are allowed (newline delimited).
# Default: https://github.com/commitizen/conventional-commit-types
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
# Configure which scopes are allowed (newline delimited).
scopes: |
controller
dashboard
trafficrouting
analysis
metricprovider
experiments
deps
example
cli
# Configure which scopes are allowed (newline delimited).
scopes: |
controller
dashboard
trafficrouting
analysis
metricprovider
experiments
deps
example
cli
# Configure that a scope must always be provided.
requireScope: false
# Configure that a scope must always be provided.
requireScope: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8581944

Please sign in to comment.