miq_bot icon indicating copy to clipboard operation
miq_bot copied to clipboard

PathBasedLabeler needs a global rules target

Open Fryguy opened this issue 7 years ago • 1 comments

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

Fryguy avatar Dec 14 '18 21:12 Fryguy

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.

miq-bot avatar Jun 11 '20 22:06 miq-bot