From be1e2805790da6caad132fc8c82ff4cc1b99afb3 Mon Sep 17 00:00:00 2001 From: Max Jonas Werner Date: Tue, 12 Dec 2023 17:12:08 +0100 Subject: [PATCH] Add backport labels Signed-off-by: Max Jonas Werner --- .github/labels.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labels.yaml b/.github/labels.yaml index e74f83992..b5debe738 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -1,6 +1,12 @@ # Configuration file to declaratively configure labels # Ref: https://github.com/EndBug/label-sync#Config-files +- name: backport:v2-1 + description: To be backported to v2-1 + color: '#ffd700' +- name: backport:v2-0 + description: To be backported to v2-0 + color: '#ffd700' - name: area/adopters description: Flux & Flagger adopters pull requests color: '#00b140'