Add dependency updates and stage main protection with a release bypass - #138
Open
itsjling wants to merge 1 commit into
Open
Add dependency updates and stage main protection with a release bypass#138itsjling wants to merge 1 commit into
itsjling wants to merge 1 commit into
Conversation
Owner
Author
|
@codex review |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Codex Review: Didn't find any major issues. Bravo. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main currently has no PR/check requirement, and the release workflow uses a default token that cannot bypass one. This adds weekly Dependabot updates and a dedicated release push identity so main can require PRs without introducing release PRs.
npm-publishenvironment's SSH deploy key for release finalization. The default token now has read-only contents access; npm publishing still uses OIDC. Preparation never receives the key.Live setup is recorded in issue #129. Alerts, security updates, and the dependency graph are enabled. The release key is installed in the existing main-only environment, and
main-historyis active.Post-merge rollout remains required.
main-reviewis staged as disabled to preserve the current release workflow until this change reaches main. After merge, apply the activation command indocs/repository-security.md, then confirm both Dependabot ecosystem runs. Keep #129 open until those checks pass. Scorecard results are unavailable, with monitoring tracked in #127.Verification:
corepack enableandcorepack pnpm run setupbootstrapped this worktree from its lockfile.corepack pnpm run checkpassed, including lint, unit/integration tests, docs checks/build, and packed-package smoke tests.corepack pnpm testpassed, including coverage, browser, and platform lanes.The first full test attempt overlapped the product gate and hit a timing-sensitive review-chat timeout. That test passed in isolation and the full command passed when rerun separately.
The release workflow automation diff was reviewed. All PR CI checks passed on
fc134944a990595d2095346dba3a31499b77ab37. Codex review found no major issues on that commit. The final watcher check reported a clean merge state and zero unresolved threads. No application UI changed, so UI capture is not applicable.Refs #129.