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 24545376809 -n agent -D /tmp/agent-24545376809
# Create a new branch
git checkout -b q/aw-failure-investigator-sub-issues-only-2532f3b7d8d52e6b main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-24545376809/aw-q-aw-failure-investigator-sub-issues-only.patch
# Push the branch and create the pull request
git push origin q/aw-failure-investigator-sub-issues-only-2532f3b7d8d52e6b
gh pr create --title '[q] fix(aw-failure-investigator): only open sub-issues for fixes, close fixed issues (#26779)' --base main --head q/aw-failure-investigator-sub-issues-only-2532f3b7d8d52e6b --repo github/gh-aw
Addresses feedback from @pelikhan in #26779: too many issues are being opened per run.
Changes
.github/workflows/aw-failure-investigator.mdSafe-outputs config:
create-issue max: 8 → 2 — parent report issues are now rare (only when P0 failures have no existing tracking)update-issuesafe-output (target:*, max: 10) — enables the agent to close stale/fixed issueslink-sub-issue max: 20 → 10 — keeps sub-issue creation focusedPrompt changes:
Behavior Before vs After
update-issuesafe-outputValidation
✅ Compiled successfully:
./gh-aw compile aw-failure-investigatorNote:
.lock.ymlwill be regenerated automatically after merge.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