Skip to content

Commit

Permalink
Try to fix multiple label issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jun 27, 2024
1 parent 7107279 commit 1881775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
custom_labels: '{"feat": "feature", "feat": "minor", "fix": "fix", "fix": "patch", "docs": "documentation", "test": "test", "ci": "ci", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert"}'
custom_labels: '{"feat": ["feature", "minor"], "fix": ["fix", "patch"], "docs": "documentation", "test": "test", "ci": "ci", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert"}'

0 comments on commit 1881775

Please sign in to comment.