-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement the actions required workflows APIs #2730
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2730 +/- ##
==========================================
+ Coverage 98.03% 98.05% +0.01%
==========================================
Files 131 132 +1
Lines 11505 11611 +106
==========================================
+ Hits 11279 11385 +106
Misses 154 154
Partials 72 72
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Thank you, @avivek !
It looks like the linter also caught a bunch of things (let me know if you can't see them), so I'm going to cut my review short and let you address them. Please let me know when you are ready for a full review.
Hi @gmlewis , |
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.
Thank you, @avivek !
Just a few more tweaks, please.
It looks like you might also have to run |
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
Hi @gmlewis , |
Hi @gmlewis , |
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.
Thank you, @avivek !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
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.
LGTM!
Thank you, @valbeat ! |
Have implemented the API's that would enable managing Required Workflows.
Merging this Fixes #2729