-
Notifications
You must be signed in to change notification settings - Fork 43
Add events workflow #90
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
Conversation
30ce4ad
to
7a45e74
Compare
7be15c6
to
079bd97
Compare
This is now running OK on testing, replacing the release-services instance as https://eventlistener.testing.moz.tools/ This demo build on phab-dev was processed by this new instance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd make cli
only handle cli options and move all the "architecture initialization" stuff to "workflow.py" to have everything in a single place (so it's easier to see the overall architecture by reading the code), but I don't mind the way it is now.
LGTM!
Co-Authored-By: Marco <[email protected]>
Co-Authored-By: Marco <[email protected]>
Co-Authored-By: Marco <[email protected]>
Co-Authored-By: Marco <[email protected]>
Fixed all the comments + moved |
Migration from release-services