From cc51c369262c5fa12dccd2bb925571bf106d7328 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 13 Feb 2025 15:55:06 +0000 Subject: [PATCH] Add 1.5.x release label Signed-off-by: Matheus Pimenta --- .github/labels.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yaml b/.github/labels.yaml index 78395a9..0c49232 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -22,3 +22,6 @@ - name: backport:release/v1.4.x description: To be backported to release/v1.4.x color: '#ffd700' +- name: backport:release/v1.5.x + description: To be backported to release/v1.5.x + color: '#ffd700'