Skip to content

Commit

Permalink
[RHTAPWATCH-916] Add config for RHTAPWATCH project
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Misstear <[email protected]>
  • Loading branch information
amisstea authored and Roming22 committed Apr 3, 2024
1 parent c5d4157 commit fe851fc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/rhtapwatch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
jira:
# url: https://issues.redhat.com
project-id: RHTAPWATCH
team_automation:
issues:
Epic:
# collector: get_issues
rules:
- check_parent_link
- check_priority
- check_due_date
- check_target_dates
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 fe851fc

Please sign in to comment.