Skip to content

Avoid chango auto-push failures on fork PRs and document manual fragment creation#5269

Draft
Copilot wants to merge 3 commits into
masterfrom
copilot/fix-chango-fragment-job
Draft

Avoid chango auto-push failures on fork PRs and document manual fragment creation#5269
Copilot wants to merge 3 commits into
masterfrom
copilot/fix-chango-fragment-job

Conversation

Copilot AI commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Fork PRs were failing the Chango / Create chango Fragment job because the action attempted to push to contributor forks, which is not permitted with repository credentials. This change gates auto-push to same-repo branches and documents the manual fragment command for fork contributors.

  • Workflow behavior

    • Updated .github/workflows/chango.yml to disable commit-and-push when the PR head repo differs from the base repo.
    • Keeps automatic chango fragment commits for in-repo branches while preventing 403 push failures on forks.
  • Contributor guidance

    • Updated .github/CONTRIBUTING.rst with explicit fork-PR guidance and the command to create a chango fragment manually.
commit-and-push: ${{ steps.check_title.outputs.COMMIT_AND_PUSH == 'true' && github.event.pull_request.head.repo.full_name == github.repository }}
uv run chango new --slug pr-1234-fix-telegram-api-error

Don't pass commit-and-push=true when the PR is from a fork.
The action has no write access to the fork's branch so the push
always fails with 403, which then causes the job to fail.
For fork PRs the fragment must be added manually.

Co-authored-by: harshil21 <37377066+harshil21@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job for Chango fragment Fix chango workflow failing for fork PRs Jun 17, 2026
Copilot AI requested a review from harshil21 June 17, 2026 09:50
Co-authored-by: harshil21 <37377066+harshil21@users.noreply.github.com>
Copilot AI changed the title Fix chango workflow failing for fork PRs Avoid chango auto-push failures on fork PRs and document manual fragment creation Jun 17, 2026
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.

2 participants