From b7e89dc9865dfdf18f0f358216b0e2c6b8d64cd7 Mon Sep 17 00:00:00 2001 From: Roming22 Date: Tue, 30 Apr 2024 08:25:37 -0400 Subject: [PATCH] Add config for RHTAPINST --- config/rhtapinst.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config/rhtapinst.yaml diff --git a/config/rhtapinst.yaml b/config/rhtapinst.yaml new file mode 100644 index 0000000..dfaf98c --- /dev/null +++ b/config/rhtapinst.yaml @@ -0,0 +1,38 @@ +--- +jira: + # url: https://issues.redhat.com + project-id: RHTAPINST +comments: + footer: > + {color:#505f79}See also + [rhtapinst.yaml|https://github.com/konflux-ci/prioritize/blob/main/config/rhtapinst.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: + - rule: check_rank + kwargs: + # Favor in-progress parents, despite rank + favor_status: true + Story: + # collector: get_issues + rules: + - check_parent_link + - check_priority + - check_quarter_label + - check_due_date + group_rules: + - rule: check_rank + kwargs: + # Favor in-progress parents, despite rank + favor_status: true