diff --git a/.github/workflows/validate_pr_title.yml b/.github/workflows/validate_pr_title.yml index 776dc133..b58cf928 100644 --- a/.github/workflows/validate_pr_title.yml +++ b/.github/workflows/validate_pr_title.yml @@ -12,16 +12,4 @@ jobs: uses: ytanikin/PRConventionalCommits@1.2.0 with: task_types: '["fix","feat","refactor","perf","spike","hotfix","revert","chore","docs","test","build"]' - custom_labels: >- - { "fix": "fix", - "feat": "feature", - "refactor": "refactor", - "perf": "performance", - "spike": "spike", - "hotfix": "hotfix", - "revert": "revert", - "chore": "chore", - "docs": "documentation", - "test": "test", - "build": "build" - } + add_label: false