Wire up github-token-for-extra-empty-commit as configurable input#438
Wire up github-token-for-extra-empty-commit as configurable input#438
github-token-for-extra-empty-commit as configurable input#438Conversation
…request and push-to-pull-request-branch workflows Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
github-token-for-extra-empty-commit as configurable input
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro 📒 Files selected for processing (38)
📝 WalkthroughWalkthroughThis PR introduces a new optional workflow input Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~30 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This PR exposes
github-token-for-extra-empty-commitas a configurable workflow input so callers can opt into the extra empty commit behavior that re-associates pushes away fromgithub-actions[bot]and allows downstream workflows to run.Changes
.github/workflows/gh-aw-fragments/safe-output-create-pr.md.github/workflows/gh-aw-fragments/safe-output-push-to-pr.mdgithub-token-for-extra-empty-commit(default"") to the 17 workflow.mddefinitions that import those fragments..github/workflows/gh-aw-mention-in-pr-by-id.mdbecause it definespush-to-pull-request-branchdirectly:safe-outputs.push-to-pull-request-branch.github-token-for-extra-empty-commit: $\{\{ inputs.github-token-for-extra-empty-commit }}.lock.ymlfiles soGH_AW_CI_TRIGGER_TOKENis sourced from$\{\{ inputs.github-token-for-extra-empty-commit }}.concurrencyblocks in several workflows as part of generated output normalization.Usage
github-token-for-extra-empty-commit#435Summary by CodeRabbit