From 38db94eae43db23177fb62501a666241cf0725cc Mon Sep 17 00:00:00 2001 From: Timo K Date: Mon, 4 Aug 2025 17:52:22 +0200 Subject: [PATCH] add PR-Breaking-Change as one of the possible PR- prefix labels Signed-off-by: Timo K --- .github/workflows/changelog-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog-label.yml b/.github/workflows/changelog-label.yml index d8a82832..8d9acbc2 100644 --- a/.github/workflows/changelog-label.yml +++ b/.github/workflows/changelog-label.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # 2.2.2 with: - REQUIRED_LABELS_ANY: "PR-Bug-Fix,PR-Documentation,PR-Task,PR-Feature,PR-Improvement,PR-Developer-Experience,dependencies" + REQUIRED_LABELS_ANY: "PR-Bug-Fix,PR-Documentation,PR-Task,PR-Feature,PR-Improvement,PR-Developer-Experience,dependencies,PR-Breaking-Change" REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one 'PR-' label" BANNED_LABELS: "banned"