From 290d3f51e35210ede90af53c5665db6c48db78f5 Mon Sep 17 00:00:00 2001 From: hexqi Date: Tue, 8 Apr 2025 14:55:15 +0800 Subject: [PATCH 1/4] dd --- d.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 d.md diff --git a/d.md b/d.md new file mode 100644 index 0000000000..e69de29bb2 From 0cb74d3227f0ca22f0d5d2a39a737a7d54448b13 Mon Sep 17 00:00:00 2001 From: hexqi Date: Sun, 27 Jul 2025 17:41:58 +0800 Subject: [PATCH 2/4] chore: add breaking change tags base on template --- .github/auto-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/auto-labeler.yml b/.github/auto-labeler.yml index 47770e6244..ac1eef68c5 100644 --- a/.github/auto-labeler.yml +++ b/.github/auto-labeler.yml @@ -10,7 +10,7 @@ labels: sync: true matcher: title: '^.+!:|#breaking' - body: '#breaking' + body: '## Does this PR introduce a breaking change\?[\s\n]*- \[x\] Yes' - label: 'enhancement' sync: true matcher: From 7f1882e6d8b25a618388a691377b40dcdcd56f74 Mon Sep 17 00:00:00 2001 From: hexqi Date: Sun, 27 Jul 2025 18:15:23 +0800 Subject: [PATCH 3/4] fix: labeler --- .github/auto-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/auto-labeler.yml b/.github/auto-labeler.yml index ac1eef68c5..a042a87cea 100644 --- a/.github/auto-labeler.yml +++ b/.github/auto-labeler.yml @@ -10,7 +10,7 @@ labels: sync: true matcher: title: '^.+!:|#breaking' - body: '## Does this PR introduce a breaking change\?[\s\n]*- \[x\] Yes' + body: '## Does this PR introduce a breaking change\\?\\s+- \\[[x|X]\\] *Yes' - label: 'enhancement' sync: true matcher: From e3fd4a8f1c0048a48427a1f00d78f2ab18a176a4 Mon Sep 17 00:00:00 2001 From: hexqi Date: Sun, 27 Jul 2025 18:22:12 +0800 Subject: [PATCH 4/4] test2 --- .github/auto-labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/auto-labeler.yml b/.github/auto-labeler.yml index c75a3f3d37..b44f6e090b 100644 --- a/.github/auto-labeler.yml +++ b/.github/auto-labeler.yml @@ -54,3 +54,4 @@ labels: sync: true matcher: baseBranch: '^release\/v2.*' +