Skip to content

chore(release): skip ai reviews for release prs#718

Merged
jdx merged 2 commits into
mainfrom
codex/skip-ai-release-pr-reviews-20260709
Jul 13, 2026
Merged

chore(release): skip ai reviews for release prs#718
jdx merged 2 commits into
mainfrom
codex/skip-ai-release-pr-reviews-20260709

Conversation

@jdx

@jdx jdx commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • add Greptile filters for mechanical release PR titles and release labels

Notes

  • CodeRabbit title filtering is handled in the companion jdx/coderabbit PR.
  • No Cursor Bugbot rules are included.

This PR was generated by Codex.


Note

Low Risk
Config-only change with no runtime or application logic impact.

Overview
Adds greptile.json so Greptile skips automated reviews on mechanical release PRs.

disabledLabels ignores PRs labeled release or autorelease: pending. ignoreKeywords matches common release-plz / Release Please titles and boilerplate in the PR body. CodeRabbit filtering is handled separately in the companion jdx/coderabbit PR.

Reviewed by Cursor Bugbot for commit c70a98b. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jdx, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 18 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: bc6b8ce0-f090-47ff-9fff-05c1d6c34160

📥 Commits

Reviewing files that changed from the base of the PR and between 5e1ad83 and c70a98b.

📒 Files selected for processing (1)
  • greptile.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR introduces a greptile.json configuration file to suppress AI code reviews on automated release PRs.

  • Adds disabledLabels to skip reviews on PRs tagged "release" or "autorelease: pending" (labels used by Release Please and release-plz).
  • Adds ignoreKeywords covering four common release-bot title/body patterns (chore: release, chore(main): release, "This PR was generated with release-plz", "This PR was generated with Release Please").

Confidence Score: 5/5

Adding a new Greptile config file with label and keyword filters is a safe, additive change with no impact on production code.

The change is a single new JSON config file that configures which PRs Greptile skips. The label names and keyword patterns match standard Release Please and release-plz conventions, the JSON is well-formed, and no existing files are modified.

No files require special attention.

Important Files Changed

Filename Overview
greptile.json New Greptile config disabling reviews for PRs with release labels ("release", "autorelease: pending") or matching common release-tool title/body keywords

Reviews (3): Last reviewed commit: "Merge branch 'main' into codex/skip-ai-r..." | Re-trigger Greptile

@jdx
jdx force-pushed the codex/skip-ai-release-pr-reviews-20260709 branch from fc41265 to 4529071 Compare July 9, 2026 20:58
@jdx
jdx enabled auto-merge (squash) July 9, 2026 21:00
@jdx
jdx merged commit d31b476 into main Jul 13, 2026
6 checks passed
@jdx
jdx deleted the codex/skip-ai-release-pr-reviews-20260709 branch July 13, 2026 19:50
mise-en-dev added a commit that referenced this pull request Jul 14, 2026
### 🐛 Bug Fixes

- **(parse)** allow hyphen-prefixed flag values by
[@jdx](https://github.com/jdx) in
[#715](#715)

### 📚 Documentation

- redesign logo as flat vector flag mark by
[@jdx](https://github.com/jdx) in
[#714](#714)

### 🧪 Testing

- invoke typescript compiler through npx package by
[@jdx](https://github.com/jdx) in
[#719](#719)

### 🔍 Other Changes

- **(release)** skip ai reviews for release prs by
[@jdx](https://github.com/jdx) in
[#718](#718)
- schedule releases for Monday morning by [@jdx](https://github.com/jdx)
in [#710](#710)
- gate autorelease on fix and feat commits by
[@jdx](https://github.com/jdx) in
[#716](#716)
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jul 15, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [usage](https://github.com/jdx/usage) | patch | `3.5.4` → `3.5.5` |

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>jdx/usage (usage)</summary>

### [`v3.5.5`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#355---2026-07-13)

[Compare Source](jdx/usage@v3.5.4...v3.5.5)

##### 🐛 Bug Fixes

- **(parse)** allow hyphen-prefixed flag values by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;715](jdx/usage#715)

##### 📚 Documentation

- redesign logo as flat vector flag mark by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;714](jdx/usage#714)

##### 🧪 Testing

- invoke typescript compiler through npx package by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;719](jdx/usage#719)

##### 🔍 Other Changes

- **(release)** skip ai reviews for release prs by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;718](jdx/usage#718)
- schedule releases for Monday morning by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;710](jdx/usage#710)
- gate autorelease on fix and feat commits by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;716](jdx/usage#716)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTcuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1Ny4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6cGF0Y2giXX0=-->
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.

1 participant