From 3dd827d1e093f5fbb47935ed6baa33c44aa1402c Mon Sep 17 00:00:00 2001 From: Brian Ginsburg <7957636+bgins@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:52:29 -0700 Subject: [PATCH] chore: Remove PR title labeling (#267) --- .github/workflows/validate_pr_title.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/validate_pr_title.yml b/.github/workflows/validate_pr_title.yml index b43e7334..13dd9920 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