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 push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.
Create the pull request manually
# Download the patch from the workflow run
gh run download 24352290173 -n agent -D /tmp/agent-24352290173
# Create a new branch
git checkout -b q/deep-report-create-issue-max-5-c52a18e2be617eab main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-24352290173/aw-q-deep-report-create-issue-max-5.patch
# Push the branch and create the pull request
git push origin q/deep-report-create-issue-max-5-c52a18e2be617eab
gh pr create --title '[q] feat(deep-report): increase create-issue max from 3 to 5' --base main --head q/deep-report-create-issue-max-5-c52a18e2be617eab --repo github/gh-aw
Increases the
create-issuesafe-output limit in thedeep-reportworkflow from 3 to 5.Changes
.github/workflows/deep-report.md: Updatedmax: 3→max: 5in thecreate-issuesafe-outputs configValidation
✅
deep-reportcompiled successfully with no errors or warnings.Requested by @pelikhan via
/qin #26051.Warning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
The push was rejected because GitHub Actions does not have
workflowspermission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.Create the pull request manually