fix(release): disable issue side effects#6
Conversation
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. 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". |
Readiness evidence for Programmatic validation is green:
Review and hygiene are green:
Tried and evaluated as a user:
Judgement: the caller is now least-privilege, the opt-in behaves as intended, and the separate tag-triggered signed-manifest CD flow is unchanged. This routine-owned draft is ready for self-promotion. |
Summary
disable-issue-side-effectsGITHUB_TOKENpermissionsWhy
AWS currently loads only the commit-analyzer plugin, so its release App token's issue and pull-request writes are unused. Opting in makes the caller least-privilege now and prevents future notification hooks from turning an otherwise-published release red on an ambiguous issue reference. The separate tag-triggered manifest publication and OIDC signing flow is unchanged.
Fixes #5
Part of devantler-tech/actions#610