Delete obsolete comment about gh-models not respecting API rate-limit#11398
Merged
andyfeller merged 1 commit intotrunkfrom Jul 28, 2025
Merged
Delete obsolete comment about gh-models not respecting API rate-limit#11398andyfeller merged 1 commit intotrunkfrom
gh-models not respecting API rate-limit#11398andyfeller merged 1 commit intotrunkfrom
Conversation
Signed-off-by: Babak K. Shandiz <babakks@github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes an obsolete comment about GitHub Models API rate-limiting that is no longer accurate, addressing issue #11397.
- Removes outdated comment about
gh models evalcommand failing after 20 requests due to rate limits - Eliminates TODO item about breaking up eval-prompts.yml file into smaller batches
andyfeller
approved these changes
Jul 28, 2025
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Jul 31, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [cli/cli](https://github.com/cli/cli) | patch | `v2.76.1` -> `v2.76.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>cli/cli (cli/cli)</summary> ### [`v2.76.2`](https://github.com/cli/cli/releases/tag/v2.76.2): GitHub CLI 2.76.2 [Compare Source](cli/cli@v2.76.1...v2.76.2) #### `gh pr create` regression fix This release fixes a regression introduced in `v2.76.1` where organization teams were not present in prompts for pull request reviewers. This caused problems in multiple commands: - Interactive `gh pr create` could not select teams when adding pull request reviewers - Tab completions with `gh pr create --reviewer` flag did not present a list of organization teams - Tab completions with `gh pr edit --add-reviewer` flag did not present a list of organization teams - Tab completions with `gh pr edit --remove-reviewer` flag did not present a list of organization teams For more information, see cli/cli#11403 #### What's Changed ##### 🐛 Fixes - Include org teams for MR reviewers by [@​andyfeller](https://github.com/andyfeller) in cli/cli#11407 ##### 📚 Docs & Chores - Delete obsolete comment about `gh-models` not respecting API rate-limit by [@​babakks](https://github.com/babakks) in cli/cli#11398 **Full Changelog**: cli/cli@v2.76.1...v2.76.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #11397