Conversation
Sensitive Change Detection (shadow mode)This PR modifies control-plane files:
|
There was a problem hiding this comment.
Pull request overview
Routes repository ownership from @basecamp/sip to @basecamp/cli in CODEOWNERS to reduce review noise for the sip team and ensure the cli team receives relevant review requests.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
Changes:
- Update the global
*CODEOWNERS rule to@basecamp/cli. - Update ownership for release/config-related paths to
@basecamp/cli.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f0900908fd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Pull request overview
This PR updates repository ownership and release-environment reviewer routing from @basecamp/sip to @basecamp/cli, aligning review requests with the CLI team and reducing SIP team noise.
Changes:
- Update
.github/CODEOWNERSto assign ownership to@basecamp/cli. - Update
scripts/manage-release-env.shmanifest entries to usebasecamp/clias the required reviewer team.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/manage-release-env.sh | Routes release environment required reviewers to the CLI team via the repo manifest. |
| .github/CODEOWNERS | Changes default and specific-path code ownership to @basecamp/cli. |
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…evanmiller/feature-gap-analysis * origin/main: Show full content in detail views instead of truncating at 40 chars (basecamp#338) Switch CODEOWNERS from sip to cli team (basecamp#346) Fix dock ordering and add --all flag to `projects show` (basecamp#333) Add file upload command to SKILL.md (basecamp#343) Replace "pending" with "incomplete" in todos output; omit from default view (basecamp#327) Add `--in` as global alias for `--project` (basecamp#334) Fix 3 post-QA issues on api command (basecamp#330) deps: bump the go-dependencies group with 2 updates (basecamp#331) Improve tool instance disambiguation format (basecamp#329) Fix emoji/CJK alignment in search results (basecamp#328)
Reduces review noise for the sip team by routing ownership to the cli team.
Summary by cubic
Switch CODEOWNERS and release env reviewers from
@basecamp/sipto@basecamp/clito route reviews to the CLI team and reduce SIP noise.Updates
.github/CODEOWNERS(default,.goreleaser.yaml,.github/workflows/,scripts/release.sh) andscripts/manage-release-env.sh.Written for commit 1bbaaf3. Summary will update on new commits.