miq_bot
miq_bot copied to clipboard
PathBasedLabeler needs a global rules target
The PathBasedLabeler requires configuration of each repo and their rules individually and there is no way to make a simple global rule.
current:
path_based_labeler:
included_repos:
- ManageIQ/manageiq
- ManageIQ/manageiq-ui-classic
rules:
ManageIQ/manageiq:
- *ansible_tower_rule
- *dependencies_rule
- *sql_migration_rule
ManageIQ/manageiq-ui-classic:
- *graphics_rule
- *dependencies_rule
requested:
path_based_labeler:
included_repos: *core_repos
rules:
"*":
- *dependencies_rule
- *sql_migration_rule
ManageIQ/manageiq:
- *ansible_tower_rule
ManageIQ/manageiq-ui-classic:
- *graphics_rule
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation.