Skip to content

Commit

Permalink
Add config for STONEBLD project
Browse files Browse the repository at this point in the history
  • Loading branch information
lkolacek committed Apr 30, 2024
1 parent fe69568 commit 38dd92c
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions config/stonebld.yaml
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

0 comments on commit 38dd92c

Please sign in to comment.