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
The following commit(s) were added to refs/heads/main by this push:
new ecc01f07 [infra] Update github PR labeler settings for release 0.2.0.
(#528)
ecc01f07 is described below
commit ecc01f07f710818b8cb8d3ee11ad2dc950d654e5
Author: Xintong Song <[email protected]>
AuthorDate: Tue Feb 10 13:06:13 2026 +0800
[infra] Update github PR labeler settings for release 0.2.0. (#528)
---
.github/labeler.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 439faae4..a7ee65dd 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -20,10 +20,14 @@ priority/major:
- changed-files:
- any-glob-to-any-file: '**'
-# Add 'fixVersion/0.2.0' label to any PR that is opened against the `main`
branch
-fixVersion/0.2.0:
+# Add 'fixVersion/0.3.0' label to any PR that is opened against the `main`
branch
+fixVersion/0.3.0:
- base-branch: 'main'
+# Add 'fixVersion/0.2.1' label to any PR that is opened against the
`release-0.2` branch
+fixVersion/0.2.1:
+ - base-branch: 'release-0.2'
+
# Add 'fixVersion/0.1.1' label to any PR that is opened against the
`release-0.1` branch
fixVersion/0.1.1:
- base-branch: 'release-0.1'
\ No newline at end of file