-
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
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
|
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. |
No worries, thanks for the review. Pushed the files created from running the script. |
Did you run both |
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. |
Ok think I got it. Had to rebase to pick up the new requirements and added the metadata field to the |
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, @mcollao-hc !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
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.