-
Notifications
You must be signed in to change notification settings - Fork 65
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
[BUG]: octokit.dependabot.listAlertsForRepo does not respect severity #458
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
We don't do anything specific with parameters. Every parameter that is defined in the code gets sent. Can you reproduce the issue if you send the request manually using Has this parameter been added recently? We're behind on updates to the API from GitHub due to some issues. |
Yep, same result using
Don't think so. I see it in the REST API as well as in the Context: When I use it locally on a simple node.js app (outside of github actions context) it works great! So maybe something is going on with Actions? Do you think that might be the place to open this request? Thanks! Here's a sample run that shows all severities being logged |
@kfcampbell @wolfy1339 - I did a bit more debugging and it seems that the culprit is the Screen.Recording.2024-08-03.at.9.49.24.PM.mov |
Try reporting it over in https://github.com/orgs/community/discussions/categories/api-and-webhooks This doesn't seem like an issue with octokit |
@wolfy1339 - created: https://github.com/orgs/community/discussions/134561 Closing this issue out. Thank you for pointing me in the right direction 👍 |
What happened?
Calling
octokit.dependabot.listAlertsForRepo
with a severity filter does not respect the passed in value. For e.g:returns a list of ALL severities, and not just
low
Versions
Octokit.js 20.0.2 or even the latest 21.0.1
Node.js 20
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: