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
feat: defer workflow file changes when PAT lacks workflow scope (HdrHistogram#151)
Fine-grained PATs cannot push .github/workflows/ changes. Add a
push_or_defer_workflows() helper that detects the rejection, strips
workflow changes from the commit, retries the push, and posts the
deferred diff as a PR comment for manual application.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: autonomous/prompts/create-tasks.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,6 @@ Include tasks for:
19
19
- Updating XML doc comments if public API changes
20
20
21
21
Use `[ ]` for each task.
22
-
Validate the task list is complete by cross-referencing every acceptance criterion in the brief — each criterion must be covered by at least one task.
22
+
Validate the task list is complete by cross-referencing every acceptance criterion in the brief — each criterion must be covered by at least one task.
23
+
24
+
Any task that attempts to alter the ./.github folder will likely fail due to permissions restrictions. These changes should accompany the PR as an attached file with clear direction on the manual intervention required to complete the work.
0 commit comments