-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://issues.redhat.com/browse/STONEBLD-2250 Signed-off-by: Ladislav Kolacek <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
jira: | ||
# url: https://issues.redhat.com | ||
project-id: STONEBLD | ||
comments: | ||
footer: > | ||
{color:#505f79}See also | ||
[svpi.yaml|https://github.com/konflux-ci/prioritize/blob/main/config/stonebld.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 | ||
- rule: check_due_date | ||
kwargs: | ||
# This is a CEL expression | ||
# Ignore STONEBLD-1941; it is not determined yet if Build team changes will be required | ||
ignore: > | ||
.key in ["STONEBLD-1941"] | ||
- 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 |