From 69321c88f6d50088b68a98e0bf586a619758d9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Ar=C3=A8s?= Date: Fri, 12 Apr 2024 10:06:04 -0400 Subject: [PATCH] Add config for KFLUXINFRA project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Start with a copy of the template with all the rules. Follow up change will be done to disable some if needed. KFLUXINFRA-484 Signed-off-by: Hugo Arès --- config/kfluxinfra.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config/kfluxinfra.yaml diff --git a/config/kfluxinfra.yaml b/config/kfluxinfra.yaml new file mode 100644 index 0000000..180e628 --- /dev/null +++ b/config/kfluxinfra.yaml @@ -0,0 +1,24 @@ +--- +jira: + # url: https://issues.redhat.com + project-id: KFLUXINFRA +team_automation: + issues: + Epic: + # collector: get_issues + rules: + - check_parent_link + - check_priority + - check_due_date + - check_target_dates + group_rules: + - check_rank + Story: + # collector: get_issues + rules: + - check_parent_link + - check_priority + - check_quarter_label + - check_due_date + group_rules: + - check_rank