Skip to content

Commit

Permalink
chore(actions): add custom deprecate type to semantic-pr check (#10427
Browse files Browse the repository at this point in the history
)

**Related Issue:** N/A

## Summary

Updates our semantic PR check to allow the new commit type added in
#10346.
  • Loading branch information
jcfranco authored Sep 27, 2024
1 parent 46a37e0 commit 3d5c792
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr-semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,20 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
# default https://github.com/commitizen/conventional-commit-types/blob/master/index.json
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
# custom
deprecate

0 comments on commit 3d5c792

Please sign in to comment.