-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Provide option to filter contributors #32
Comments
don’t bots nowadays all have a |
You are right. But for older repos there are still other non |
Could there be a case in favor of including bots? 🤔 Generally I think you’re right that this is a good addition. Not 100% on how to do it though? |
@wooorm there is. Options could be
In either case there should be a way to specify a regex/match list for relevant properties like username or mail. Optionally providing filter functions to the plugin isn't encouraged probably? |
Released in 5.1.0! |
Initial checklist
Problem
Currently only greenkeeper is statically ignored in the list of contributors but other "popular" Github Bots aren't.
Solution
As it would be cumbersome to statically programm "every" bot contributor to the source I propose adding a "Default" list of ignored accounts and adding a property/array to the plugin options which describe the ignored accounts.
One option would be to use "simple" descriptors like:
Alternatives
Another option would be to use json-schemas to go the extra mile.
The text was updated successfully, but these errors were encountered: