Uh oh!
There was an error while loading. Please reload this page.
Add dependabot alert update endpoint - #2981
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Codecov Report
@@ Coverage Diff @@## master #2981 +/- ##
=======================================
Coverage 98.11% 98.11% =======================================
Files 149 149 Lines 12796 12808 +12 =======================================
+ Hits 12555 12567 +12
Misses 166 166 Partials 75 75
|
gmlewis
commented
Nov 3, 2023
Thank you, @mcollao-hc - I apologize for the delay in taking a look at this. Please perform step 4 in CONTRIBUTING.md and push the results to this PR. |
mcollao-hc
commented
Nov 3, 2023
No worries, thanks for the review. Pushed the files created from running the script. |
gmlewis
commented
Nov 3, 2023
Did you run both |
gmlewis
commented
Nov 3, 2023
I ask because we have a new metadata field required in the docs for each endpoint (that I believe should be updated for you) that is missing. |
mcollao-hc
commented
Nov 3, 2023
Ok think I got it. Had to rebase to pick up the new requirements and added the metadata field to the |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @mcollao-hc !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
gmlewis
commented
Nov 3, 2023
Thank you, @WillAbides ! |
Adds support for https://docs.github.com/en/rest/dependabot/alerts?apiVersion=2022-11-28#update-a-dependabot-alert.
Closes#2922. This is also a dupe of #2955, which hasn't seen action in a few weeks and had build errors.