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

add allowlist/blocklist #15

Open
SuddenGunter opened this issue Nov 29, 2021 · 0 comments
Open

add allowlist/blocklist #15

SuddenGunter opened this issue Nov 29, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@SuddenGunter
Copy link
Owner

Before enforcing rules for a repo, filtering based on allowlist and blocklist must be implemented.
Filtering should be done using a strings.Contains or regexp, whatever works best.
Lists should be provided via env:

ALLOW_LIST=trading,integration,tool
BLOCK_LIST=api,auth
@SuddenGunter SuddenGunter added enhancement New feature or request good first issue Good for newcomers hacktoberfest labels Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant