-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add DeleteWorkflowRunLogs function #1501
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
Codecov Report
@@ Coverage Diff @@
## master #1501 +/- ##
==========================================
- Coverage 68.19% 68.04% -0.16%
==========================================
Files 94 94
Lines 8452 8534 +82
==========================================
+ Hits 5764 5807 +43
- Misses 1819 1845 +26
- Partials 869 882 +13
Continue to review full report at Codecov.
|
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, @nightlark!
LGTM.
Awaiting second LGTM 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, @wesleimp ! |
Adds support for the new endpoint added to delete logs.
Doc link: https://developer.github.com/v3/actions/workflow-runs/#delete-workflow-run-logs
Fixes #1500.