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

Extract the blacklist from the action itself #1

Open
StefanJanssen95 opened this issue Oct 2, 2020 · 3 comments
Open

Extract the blacklist from the action itself #1

StefanJanssen95 opened this issue Oct 2, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@StefanJanssen95
Copy link

StefanJanssen95 commented Oct 2, 2020

  • I'm submitting a ...
    [ ] spammer report
    [ ] bug report
    [X] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project
  • Summary
    At the moment the blacklist is build into the Action itself, wouldn't it be better if the list was seperate and dynamically retrieved? This would also allow for a custom blacklist in repositories which might be blacklisted for a different reason.
@maximelafarie
Copy link
Owner

Hi @StefanJanssen95, that's an excellent idea! I'll work on it tonight! 😉
Do you have any suggestion about the file type? (do I keep it to typescript, move it to CSV, etc.)

@StefanJanssen95
Copy link
Author

I think JSON would be the easiest to read from the Javascript/Typescript side of things and is techstack independent (for when another tool might want to use the information on the list).

@StefanJanssen95
Copy link
Author

Have you started working on this already? If not I would be willing to pick it up.

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