Merge push-xlyrmloqotrx Into main#89
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a get_secrets method to both repository and organization contexts in github_rest_api/github.py to retrieve secrets. To support this, the internal _extract_all pagination helper was updated to accept an optional key parameter for extracting nested lists from JSON responses. The review feedback suggests implementing defensive type and key checks when extracting items from the API response to prevent potential KeyError or TypeError exceptions if the response structure is unexpected.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
* Add `get_secrets` to list secrets in organizations and repositories. * Update `_extract_all` pagination helper to support nested lists via the `key` parameter.
afc8ee0 to
2062e6c
Compare
No description provided.