diff --git a/config/hacdocs.yaml b/config/hacdocs.yaml new file mode 100644 index 0000000..a4b79a7 --- /dev/null +++ b/config/hacdocs.yaml @@ -0,0 +1,39 @@ +--- +jira: + # url: https://issues.redhat.com + project-id: HACDOCS + subquery: component=Konflux +comments: + footer: > + {color:#505f79}See also + [hacdocs.yaml|https://github.com/konflux-ci/prioritize/blob/main/config/hacdocs.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