Skip to content

fix(ci): let Argus review routine changesets#5912

Draft
bokelley wants to merge 1 commit into
mainfrom
codex/allow-changeset-argus-review
Draft

fix(ci): let Argus review routine changesets#5912
bokelley wants to merge 1 commit into
mainfrom
codex/allow-changeset-argus-review

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

  • allow Argus to review PRs containing routine .changeset/*.md release notes
  • keep .changeset/config.json and .changeset/pre.json behind the human-review gate
  • preserve the existing human routing for generated release PRs and review infrastructure

Root cause

The sensitive-path classifier matched all of .changeset/*. Because releaseable protocol fixes are required to include a changeset, Secretariat abstained from reviewing otherwise eligible PRs such as #5847 and #5904.

Impact

Argus can now review and approve ordinary releaseable changes. Changes to Changesets configuration, prerelease state, CI, agent prompts, and protocol schema sources still require human review.

Validation

  • git diff --check
  • actionlint -ignore SC2129 .github/workflows/ai-review.yml
  • path-classifier smoke test covering routine markdown, config.json, and pre.json
  • pre-push version, changeset-policy, and scope checks

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