diff --git a/config/release.yaml b/config/release.yaml new file mode 100644 index 0000000..bce4212 --- /dev/null +++ b/config/release.yaml @@ -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