Skip to content

Commit

Permalink
fix: Adding "release" to task_types (#1302)
Browse files Browse the repository at this point in the history
**Related Ticket:** #1301

### Description of Changes
Adding "release" to task_type
  • Loading branch information
snmln authored Dec 9, 2024
2 parents 50b507c + ba388e8 commit 6ac398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert"]'
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert", "release"]'
add_label: 'false'

0 comments on commit 6ac398a

Please sign in to comment.