Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PathBasedLabeler needs a global rules target #431

Open
Fryguy opened this issue Dec 14, 2018 · 1 comment
Open

PathBasedLabeler needs a global rules target #431

Fryguy opened this issue Dec 14, 2018 · 1 comment

Comments

@Fryguy
Copy link
Member

Fryguy commented Dec 14, 2018

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 Fryguy changed the title PathBasedLabeler needs a "*" target PathBasedLabeler needs a global rules target Dec 14, 2018
@miq-bot
Copy link
Member

miq-bot commented Jun 11, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants