Skip to content

Conversation

babakks
Copy link
Member

@babakks babakks commented Jul 28, 2025

Fixes #11397

Signed-off-by: Babak K. Shandiz <babakks@github.com>
@Copilot Copilot AI review requested due to automatic review settings July 28, 2025 10:39
@babakks babakks linked an issue Jul 28, 2025 that may be closed by this pull request
@babakks babakks requested a review from a team as a code owner July 28, 2025 10:39
@babakks babakks requested a review from BagToad July 28, 2025 10:39
@babakks babakks temporarily deployed to cli-automation July 28, 2025 10:39 — with GitHub Actions Inactive
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 eval command failing after 20 requests due to rate limits
  • Eliminates TODO item about breaking up eval-prompts.yml file into smaller batches

@andyfeller andyfeller merged commit 7d70980 into trunk Jul 28, 2025
11 checks passed
@andyfeller andyfeller deleted the babakks/update-eval-script-docs branch July 28, 2025 11:47
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 [@&#8203;andyfeller](https://github.com/andyfeller) in cli/cli#11407

##### 📚 Docs & Chores

- Delete obsolete comment about `gh-models` not respecting API rate-limit by [@&#8203;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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove comments on rate-limit problems from evals script
3 participants