From e4d7a370405e113aeb4da0f0c3fc4dd7d70b42cf Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 25 Sep 2025 15:17:11 +0100 Subject: [PATCH] Add 1.4.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 3a59c9876..385269588 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -25,3 +25,6 @@ - name: backport:release/v1.3.x description: To be backported to release/v1.3.x color: '#ffd700' +- name: backport:release/v1.4.x + description: To be backported to release/v1.4.x + color: '#ffd700'