From 2284a8acb4a058771d42bfd955f94c9dc8cb048a Mon Sep 17 00:00:00 2001 From: Rohit Rai Date: Tue, 30 Apr 2024 18:57:26 +0530 Subject: [PATCH] Add HAC automation config --- config/hac.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 config/hac.yaml diff --git a/config/hac.yaml b/config/hac.yaml new file mode 100644 index 0000000..a156aee --- /dev/null +++ b/config/hac.yaml @@ -0,0 +1,33 @@ +--- +jira: + # url: https://issues.redhat.com + project-id: HAC + subquery: component=Developer +comments: + footer: > + {color:#505f79}See also + [template.yaml|https://github.com/konflux-ci/prioritize/blob/main/config/template.yaml], + the [source code|https://github.com/konflux-ci/prioritize], and the + [runner|https://gitlab.cee.redhat.com/rbean/jira-automation/-/blob/main/.gitlab-ci.yml] + for this bot.{color} +team_automation: + issues: + Epic: + # collector: get_issues + rules: + - check_parent_link + - check_priority + - check_due_date + - check_target_dates + - set_fix_version + group_rules: + - check_rank + Story: + # collector: get_issues + rules: + - check_parent_link + - check_priority + - check_quarter_label + - check_due_date + group_rules: + - check_rank