chore: Disable add_label for conventional commits (#2054)

This commit is contained in:
Ayaz Salikhov
2025-04-28 18:55:26 +01:00
committed by GitHub
parent f7f619fd1b
commit 76cf2fc57e

View File

@@ -12,5 +12,5 @@ jobs:
- uses: ytanikin/pr-conventional-commits@8267db1bacc237419f9ed0228bb9d94e94271a1d #v1.4.1
with:
task_types: '["build","feat","fix","docs","test","ci","style","refactor","perf","chore"]'
add_label: true
add_label: false
custom_labels: '{"build":"build", "feat":"enhancement", "fix":"bug", "docs":"documentation", "test":"testability", "ci":"ci", "style":"refactoring", "refactor":"refactoring", "perf":"performance", "chore":"tooling"}'