From b9386cea688e7da7b15f8667f076010ce6fc0da1 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Wed, 8 May 2024 14:38:55 +0100 Subject: [PATCH] Add 1.0.x release label Signed-off-by: Matheus Pimenta --- .github/labels.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index 278402b32..28fa572e2 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -13,8 +13,6 @@ - name: area/oci description: OCI related issues and pull requests color: '#c739ff' - -# TODO: enable this when we have a release/v1.0.x branch -#- name: backport:release/v1.0.x -# description: To be backported to release/v1.0.x -# color: '#ffd700' +- name: backport:release/v1.0.x + description: To be backported to release/v1.0.x + color: '#ffd700'