From 19c8788570bfed63f2b6d2ab2af7189252d3e014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Moreno=20Garc=C3=ADa?= Date: Fri, 26 Apr 2024 11:11:08 +0200 Subject: [PATCH] Add config for RELEASE project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Moreno GarcĂ­a --- config/release.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/release.yaml diff --git a/config/release.yaml b/config/release.yaml new file mode 100644 index 0000000..bce4212 --- /dev/null +++ b/config/release.yaml @@ -0,0 +1,22 @@ +--- +jira: + # url: https://issues.redhat.com + project-id: RELEASE +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