Commit dc09004
committed
fix: add post-steps for draft→ready→Copilot review→auto-merge cycle
Both gh-aw workflows now use post-steps to:
1. Find the draft PR created by safe-outputs
2. Mark it ready for review (gh pr ready)
3. Request Copilot review (@copilot)
4. Enable auto-merge (--auto, waits for approval before merging)
Removed merge logic from agent instructions — agent creates the draft
PR, post-steps handles the review/merge lifecycle. PR only merges after
Copilot approves.1 parent e4ebdd9 commit dc09004
5 files changed
Lines changed: 79 additions & 77 deletions
File tree
- .github/workflows
- skills/aw-daily
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
56 | 73 | | |
57 | 74 | | |
58 | 75 | | |
| |||
187 | 204 | | |
188 | 205 | | |
189 | 206 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
| 207 | + | |
195 | 208 | | |
196 | 209 | | |
197 | 210 | | |
| |||
0 commit comments