-
Notifications
You must be signed in to change notification settings - Fork 14
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 command/whitelist service #120
Comments
Can I start working on this? |
Is it still relevant? |
@lukasburda I wouldn't mind splitting the tyr-core functionality into two modules. tyr-core would be just PR checks and a new tyr-ci module would be for whitelisting. Do you want to try this? |
@xstefank maybe it would be better to separate the whitelisting from TemplateChecker class and create quarkus module where you start only the whitelist service. Maybe then Issue #119 would not be relevant because tyr-webhook will be just for checks. What do you think? |
@lukasburda it's a good idea but don't create a new module, you can expose the whitelisting in the tyr-webhook for now. If there will be a requirement for a CLI then we will create a new module. |
Processes the commands from PRs/issues. Runs the CI/whitelisting if necessary.
The text was updated successfully, but these errors were encountered: