From 1df7697811d28479f64f40b99f892ad7801ee51c Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Sun, 1 Jun 2025 15:36:59 +0300 Subject: [PATCH] Add backport label for v2.6/x Signed-off-by: Stefan Prodan --- .github/labels.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index c1ee9a01..ab5f3c48 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -44,12 +44,12 @@ description: Feature request proposals in the RFC format color: '#D621C3' aliases: ['area/RFC'] -- name: backport:release/v2.3.x - description: To be backported to release/v2.3.x - color: '#ffd700' - name: backport:release/v2.4.x description: To be backported to release/v2.4.x color: '#ffd700' - name: backport:release/v2.5.x description: To be backported to release/v2.5.x color: '#ffd700' +- name: backport:release/v2.6.x + description: To be backported to release/v2.6.x + color: '#ffd700'