From d343a147c054d9340b067685ecd4a0c1b4c15c0b Mon Sep 17 00:00:00 2001 From: Ryan Deussing Date: Tue, 30 Apr 2024 09:10:37 -0400 Subject: [PATCH] add config for HACDOCS project --- config/hacdocs.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config/hacdocs.yaml diff --git a/config/hacdocs.yaml b/config/hacdocs.yaml new file mode 100644 index 0000000..241c930 --- /dev/null +++ b/config/hacdocs.yaml @@ -0,0 +1,38 @@ +--- +jira: + # url: https://issues.redhat.com + project-id: HACDOCS +comments: + footer: > + {color:#505f79}See also + [plnsrvce.yaml|https://github.com/konflux-ci/prioritize/blob/main/config/plnsrvce.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 \ No newline at end of file