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 3e01f011 [infra] Update github PR labeler after release 0.3.1
3e01f011 is described below
commit 3e01f0111c9fa379a07c48f91e0db840c9a70f9c
Author: 文玕 <[email protected]>
AuthorDate: Sat Jul 25 19:00:14 2026 +0800
[infra] Update github PR labeler after release 0.3.1
---
.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 9228c078..6f5ac930 100644
--- a/.github/workflows/pr_labeler.js
+++ b/.github/workflows/pr_labeler.js
@@ -66,7 +66,7 @@ module.exports = async ({ github, context, core,
workflowRunId, triggerWorkflow
const baseBranch = pr.base.ref;
const fixVersionLabelMap = {
'main': 'fixVersion/0.4.0',
- 'release-0.3': 'fixVersion/0.3.1',
+ 'release-0.3': 'fixVersion/0.3.2',
'release-0.2': 'fixVersion/0.2.2',
'release-0.1': 'fixVersion/0.1.2',
};