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

Make repository excludes more dynamic #156

Open
bastelfreak opened this issue Apr 30, 2020 · 1 comment
Open

Make repository excludes more dynamic #156

bastelfreak opened this issue Apr 30, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@bastelfreak
Copy link
Member

At the moment we've some hardcoded globbing in our repository model:

def self.notably?(name)
/^puppet-(?!lint)/.match?(name) && LEGACY_OR_BROKEN_NOBODY_KNOWS.exclude?(name)
end

We need to refactor this and save the complete excludes in our yaml. Afterwards we can enable it for more repositories, for example our gems (or everything that's not archived).

@ekohl after this is implemented, the app can also manage labels for your voxpupuli-test and voxpupuli-acceptance repositories.

@Flipez
Copy link
Member

Flipez commented Aug 28, 2021

Related to #304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants