We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bug
fix
1 parent e981817 commit 6e37414Copy full SHA for 6e37414
.github/workflows/pipeline.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
task_types: '["feat", "fix", "docs", "test", "ci", "style", "refactor", "perf", "chore", "revert"]'
53
add_label: 'true'
54
- custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "CI/CD", "style": "codestyle", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert"}'
+ custom_labels: '{"feat": "feature", "fix": "bug", "docs": "documentation", "test": "test", "ci": "CI/CD", "style": "codestyle", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert"}'
55
56
- name: Setup PHP
57
uses: shivammathur/setup-php@v2
0 commit comments