This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git

commit 0b1dab7a3189313829af8ea2d639c154d0497d30
Author: youjin <[email protected]>
AuthorDate: Wed Mar 18 19:13:50 2026 +0800

    [minor] Update fixVersion label from 'fixVersion/0.1.1' to 
'fixVersion/0.1.2'
---
 .github/workflows/pr_labeler.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr_labeler.js b/.github/workflows/pr_labeler.js
index f34764df..2680185e 100644
--- a/.github/workflows/pr_labeler.js
+++ b/.github/workflows/pr_labeler.js
@@ -60,7 +60,7 @@ module.exports = async ({ github, context, core, 
workflowRunId, triggerWorkflow
     const fixVersionLabelMap = {
       'main': 'fixVersion/0.3.0',
       'release-0.2': 'fixVersion/0.2.1',
-      'release-0.1': 'fixVersion/0.1.1',
+      'release-0.1': 'fixVersion/0.1.2',
     };
     const fixVersionLabel = fixVersionLabelMap[baseBranch];
     if (fixVersionLabel) {

Reply via email to