Skip to content

Commit

Permalink
Add HAC automation config
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkrai03 committed Apr 30, 2024
1 parent b636d9e commit 2284a8a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions config/hac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
jira:
# url: https://issues.redhat.com
project-id: HAC
subquery: component=Developer
comments:
footer: >
{color:#505f79}See also
[template.yaml|https://github.com/konflux-ci/prioritize/blob/main/config/template.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:
- check_rank
Story:
# collector: get_issues
rules:
- check_parent_link
- check_priority
- check_quarter_label
- check_due_date
group_rules:
- check_rank

0 comments on commit 2284a8a

Please sign in to comment.