fix(ci): let Macroscope approve pull requests again - #7970
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
ApprovabilityVerdict: Skipped Macroscope did not run approvability analysis for this PR. Macroscope could not determine whether this PR modifies its approvability configuration, so the PR was not approved automatically. A PR that may change the rules that govern approval is never approved automatically. |
## What's Changed * fix(clients): reconnect after credentials fail during remote server updates by @t3dotgg in pingdotgg/t3code#7953 * feat(codex): submit thread feedback to OpenAI by @t3dotgg in pingdotgg/t3code#7949 * fix(server): stop kills lingering Claude work by @t3dotgg in pingdotgg/t3code#5891 * fix(ci): let Macroscope approve pull requests again by @t3dotgg in pingdotgg/t3code#7970 **Full Changelog**: pingdotgg/t3code@v0.0.34-nightly.20260823.1166...v0.0.34-nightly.20260823.1167 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.34-nightly.20260823.1167
Macroscope skips approval on every PR because the repository has no approvability policy to compare.
Add the supported policy file and preserve the default approval criteria.
Model: GPT-5.6 Sol
Harness: Codex
Note
Low Risk
Config-only change for review tooling; no application, auth, or data-handling code is modified.
Overview
Adds
.macroscope/approvability.mdso Macroscope can evaluate PRs again. The file opts into Macroscope’s default approval criteria, which this repo previously lacked (causing approvals to be skipped).Reviewed by Cursor Bugbot for commit ebb847a. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Add
.macroscope/approvability.mdto restore Macroscope PR approvalsAdds a new markdown file that tells Macroscope to use its default approvability criteria. This restores Macroscope's ability to approve pull requests.
Macroscope summarized ebb847a.