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
Please review the changes carefully before pushing them to the pull request branch. These files may affect project dependencies, CI/CD pipelines, or agent behaviour.
# Download the artifact from the workflow run
gh run download 23971245027 -n agent -D /tmp/agent-23971245027
# Apply the patch to the pull request branch
git fetch origin repo-assist/fix-issue-1251-http-response-default-utf8-rebase-9c637d7c2e08fb9f
git checkout repo-assist/fix-issue-1251-http-response-default-utf8-rebase-9c637d7c2e08fb9f
git am --3way /tmp/agent-23971245027/aw-repo-assist-fix-issue-1251-http-response-default-utf8-rebase-9c637d7c2e08fb9f.patch
git push origin repo-assist/fix-issue-1251-http-response-default-utf8-rebase-9c637d7c2e08fb9f
To route changes like this to a review issue instead of blocking, configure protected-files: fallback-to-issue in your workflow configuration.
Warning
Protected Files
The push to pull request branch was blocked because the patch modifies protected files.
Target Pull Request: #1717
Please review the changes carefully before pushing them to the pull request branch. These files may affect project dependencies, CI/CD pipelines, or agent behaviour.
Protected files
global.jsonApply the patch after review
The patch is available in the workflow run artifacts:
Workflow Run: View run details and download patch artifact
To route changes like this to a review issue instead of blocking, configure
protected-files: fallback-to-issuein your workflow configuration.