From efef0d0dc0872ed2b0c5d865ef008698f3051d10 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Fri, 26 Jul 2024 14:48:05 -0400 Subject: [PATCH] chore(ci): change label from `breaking change` to `Type: Breaking Change` (#1243) This PR changes the label that is auto attached to a PR with a breaking change per the conventional commits specification. --- .github/workflows/check-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 66aa7ef0..bc2aacc8 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -71,7 +71,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - labels: ['breaking change'] + labels: ['Type: Breaking Change'] }) do-not-merge: