From 56d6363f26424a0ca58191234ddb9b12be576efc Mon Sep 17 00:00:00 2001 From: Ryan Deussing Date: Tue, 30 Apr 2024 09:10:37 -0400 Subject: [PATCH 1/2] add config for HACDOCS project --- config/hacdocs.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 config/hacdocs.yaml diff --git a/config/hacdocs.yaml b/config/hacdocs.yaml new file mode 100644 index 0000000..ef3b227 --- /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 + [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 From ea43955327929775da6c3b75bba0e9f3d3c44420 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 30 Apr 2024 10:22:13 -0400 Subject: [PATCH 2/2] Update config/hacdocs.yaml --- config/hacdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hacdocs.yaml b/config/hacdocs.yaml index ef3b227..a4b79a7 100644 --- a/config/hacdocs.yaml +++ b/config/hacdocs.yaml @@ -6,7 +6,7 @@ jira: comments: footer: > {color:#505f79}See also - [plnsrvce.yaml|https://github.com/konflux-ci/prioritize/blob/main/config/plnsrvce.yaml], + [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}