Skip to content

Commit

Permalink
Add config for RELEASE project
Browse files Browse the repository at this point in the history
Signed-off-by: David Moreno García <[email protected]>
  • Loading branch information
davidmogar committed Apr 26, 2024
1 parent c1d2740 commit f6616d1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
jira:
# url: https://issues.redhat.com
project-id: RELEASE
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

0 comments on commit f6616d1

Please sign in to comment.