Preserve template author identity in generated updates - #14
Draft
nahtnam wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
github-actions[bot]identity for github.comGITHUB_TOKENruns, and an explicit or neutral automation identity for custom-token and GHES runsEvidence and decision
The portfolio audit found that all ten affected consumer PR heads were authored and committed as
Patchworks <bot@patchworks.dev>, with no GitHub account associated to either header. Nine have an explicit Vercel author-mapping failure;gptcoupons#1only reports the broaderDeployment was blocked, so its exact cause remains unconfirmed.All ten corresponding template commits preserve a GitHub-mapped source author. Patchworks applies one first-parent template commit per normal update, so preserving that author follows Git's cherry-pick attribution model without claiming that a scheduled-workflow actor wrote the generated change. The credential still determines who pushes the branch and opens the PR; the committer header records the automation that materialized it.
This addresses the observed unowned author email, but does not guarantee a Vercel preview. Vercel still checks the commit author's login connection and project/team access, plus fork and verified-commit policies. See Vercel's Git deployment rules, its commit metadata troubleshooting guide, GitHub's author/committer distinction, and the official
github-actions[bot]recipe.Verification
action.ymlparsed as a composite actiongit diff --checkpassedLifecycle and scope
This is a draft PR only. It does not modify consumer PRs, PR #12, or PR #13; change GitHub/Vercel identity, permissions, or settings; trigger a Vercel deployment manually; or publish a Patchworks release. Any checks or Vercel deployment created automatically for this PR are preview-only, not production.