Skip to content

Commit

Permalink
ci: fix but ci validation
Browse files Browse the repository at this point in the history
Signed-off-by: gosharo <[email protected]>
  • Loading branch information
gosharo committed Dec 17, 2023
1 parent f0f4ef5 commit b74daa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: taskmedia/[email protected]
with:
token: ${{ github.token }}
types: fix|feat|revert|ci|docs|chore
types: fix|feat|revert|ci|docs|chore(deps)
1 change: 1 addition & 0 deletions .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
ci
# Configure which scopes are allowed (newline delimited).
scopes: |
deps
core
RK-\d+
# Configure that a scope must always be provided.
Expand Down

0 comments on commit b74daa1

Please sign in to comment.