Skip to content

Commit

Permalink
Add config for RHTAPINST
Browse files Browse the repository at this point in the history
  • Loading branch information
Roming22 authored Apr 30, 2024
1 parent fe69568 commit b7e89dc
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions config/rhtapinst.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
jira:
# url: https://issues.redhat.com
project-id: RHTAPINST
comments:
footer: >
{color:#505f79}See also
[rhtapinst.yaml|https://github.com/konflux-ci/prioritize/blob/main/config/rhtapinst.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

0 comments on commit b7e89dc

Please sign in to comment.