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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3c9108ea [infra] Update github PR labeler after release 0.3.0
3c9108ea is described below

commit 3c9108ea7c4a1d8ed98ebf74154d8d7b8394fbf2
Author: 文玕 <[email protected]>
AuthorDate: Sun Jun 21 19:23:04 2026 +0800

    [infra] Update github PR labeler after release 0.3.0
---
 .github/workflows/pr_labeler.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pr_labeler.js b/.github/workflows/pr_labeler.js
index fbd69471..9228c078 100644
--- a/.github/workflows/pr_labeler.js
+++ b/.github/workflows/pr_labeler.js
@@ -65,7 +65,8 @@ module.exports = async ({ github, context, core, 
workflowRunId, triggerWorkflow
 
     const baseBranch = pr.base.ref;
     const fixVersionLabelMap = {
-      'main': 'fixVersion/0.3.0',
+      'main': 'fixVersion/0.4.0',
+      'release-0.3': 'fixVersion/0.3.1',
       'release-0.2': 'fixVersion/0.2.2',
       'release-0.1': 'fixVersion/0.1.2',
     };

Reply via email to