From 93367eec4c605e9a492ea920fb796078efe8117a Mon Sep 17 00:00:00 2001 From: Innei Date: Wed, 25 Sep 2024 23:45:43 +0800 Subject: [PATCH] chore(ci): remove add label Signed-off-by: Innei --- .github/workflows/pr-title-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index ed742d5033..0de15a29af 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -12,4 +12,4 @@ jobs: uses: ytanikin/PRConventionalCommits@1.1.0 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' - custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "CI/CD", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert"}' + add_label: false