You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 33376598767 -n agent -D /tmp/agent-33376598767
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-33376598767/aw-docs-tcgc-default-file-upload.bundle refs/heads/docs/tcgc-default-file-upload:refs/bundles/create-pr-docs-tcgc-default-file-upload-4dc988b0af8850b3-d4850af1
git update-ref refs/heads/docs/tcgc-default-file-upload-4dc988b0af8850b3 refs/bundles/create-pr-docs-tcgc-default-file-upload-4dc988b0af8850b3-d4850af1
git checkout docs/tcgc-default-file-upload-4dc988b0af8850b3
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-docs-tcgc-default-file-upload-4dc988b0af8850b3-d4850af1
# Push the branch to origin
git push origin docs/tcgc-default-file-upload-4dc988b0af8850b3
# Create the pull request
gh pr create --title '[Automated][tcgc][skip chg] docs(tcgc): document default file uploads' --base main --head docs/tcgc-default-file-upload-4dc988b0af8850b3 --repo Azure/typespec-azure
Caution
Protected files were modified in this change.
This pull request is in
request_reviewmode and requires explicit human scrutiny before merge.Protected files:
.chronus/changes/add-default-file-upload-scenario-2026-08-31.mdSummary
application/octet-streambehavior for directFilerequest bodiesTesting
corepack pnpm formatcorepack pnpm lintThe full server suite continues to report 8 unrelated pre-existing failures.
Note
This was originally intended as a pull request, but the git push operation failed.
Original error: ERR_VALIDATION: pushSignedCommits: refusing unsigned push for branch 'docs/tcgc-default-file-upload-4dc988b0af8850b3': Signed-commit payload violates file-protection policy (request_review): .chronus/changes/add-default-file-upload-scenario-2026-08-31.md
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: