Skip to content

Automate release manifest refresh for trusted PRs - #27

Merged
ranade-oss merged 2 commits into
mainfrom
agent/auto-refresh-release-manifest
Jul 28, 2026
Merged

Automate release manifest refresh for trusted PRs#27
ranade-oss merged 2 commits into
mainfrom
agent/auto-refresh-release-manifest

Conversation

@ranade-oss

Copy link
Copy Markdown
Owner

What changed

  • Automatically refreshes reports/release-manifest-v1.json for same-repository pull requests opened by trusted repository participants.
  • Preserves manual workflow_dispatch for exceptional maintenance.
  • Commits only the generated manifest back to the PR branch.
  • Runs the complete verification gate before committing.
  • Lets the pushed manifest commit trigger the authoritative Baseline run automatically.
  • Keeps fork PRs read-only and excludes untrusted author associations.

Why

Governed-file changes currently require a repository owner to manually run Refresh release manifest before Baseline can pass. This removes that recurring human step while retaining an exact-byte manifest and a final-head verification boundary.

Security boundary

The write-capable pull_request_target path is limited to same-repository branches whose author association is OWNER, MEMBER, or COLLABORATOR. Fork PRs are not eligible.

@ranade-oss
ranade-oss merged commit d571dbd into main Jul 28, 2026
1 check passed
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