Commit e3b59ab
Add experimental gated
* Add merge-pull-request safe-output config and runtime handler scaffolding
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/31a07f1a-cfce-42d7-9fb2-5db24724d231
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Fix merge_pull_request handler type-safe success path
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/31a07f1a-cfce-42d7-9fb2-5db24724d231
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Add retry and extensive logging to merge_pull_request handler
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/2b89cfe4-e6fd-4edf-ac73-d8ad50a84640
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Refine merge_pull_request retry logic and diagnostic logging
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/2b89cfe4-e6fd-4edf-ac73-d8ad50a84640
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Block merge_pull_request on repository default branch
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/b1124194-bc78-4fea-a403-2bc920b62c05
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Simplify default branch detection in merge gate
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/b1124194-bc78-4fea-a403-2bc920b62c05
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Retry-wrap GraphQL review summary calls
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/88afb2b1-7be3-42a1-be22-0271d7ec255e
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Update safe-outputs specification for merge_pull_request
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/32fbbe57-499c-444c-8898-4a778723de9f
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Add spec enforcement test for merge_pull_request
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/72be4b0f-9a33-4b70-97b5-af041056b56f
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* docs(adr): add draft ADR-27193 for gated merge-pull-request safe-output
Generated by Design Decision Gate workflow to document the architectural
decision to add merge-pull-request as a safe-output type with policy-driven
gate enforcement integrated into the existing compiler+runtime model.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Enforce protected base branch checks and branch name sanitization
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/dfc96d3b-31d1-421b-8c18-997d46b780dc
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Treat merge allowed-labels as exact labels not globs
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8e341bdf-224f-4ff1-b265-5f2cdc3f0355
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Expand exact-label matching tests for merge_pull_request
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8e341bdf-224f-4ff1-b265-5f2cdc3f0355
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Add tests for merge pull request label validation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8e341bdf-224f-4ff1-b265-5f2cdc3f0355
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Refuse default-branch merges in spec tests and handle temporary IDs
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/619e2266-55dc-4e30-8ee9-dd5121c508a7
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Polish merge_pull_request docs and test naming
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/619e2266-55dc-4e30-8ee9-dd5121c508a7
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Improve merge PR temp-id resolution messaging and tests
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/619e2266-55dc-4e30-8ee9-dd5121c508a7
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Merge main and recompile workflow lock files
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/b234fb4f-e045-4207-b31f-b67ab0d8b247
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Mark merge-pull-request as experimental and add warning coverage
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/c4404723-239f-49a4-a2b5-227c03e4fd68
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Enable merge-pull-request safe-output contribution from imports
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/5bd8b7a6-57df-4bf1-9507-8b8f9014f4c3
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Remove merge-pull-request file-scope gating fields
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/20cace45-98cf-44f0-9f31-f4a49e3423ff
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>merge-pull-request safe-output with policy-driven merge enforcement (#27193)1 parent f46ecdb commit e3b59ab
File tree
27 files changed
+1614
-63
lines changed- actions/setup/js
- types
- docs
- adr
- src/content/docs
- guides
- reference
- pkg
- parser/schemas
- workflow
- js
27 files changed
+1614
-63
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 56 | | |
72 | 57 | | |
73 | 58 | | |
| |||
149 | 134 | | |
150 | 135 | | |
151 | 136 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
171 | 142 | | |
172 | 143 | | |
173 | 144 | | |
| |||
176 | 147 | | |
177 | 148 | | |
178 | 149 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | 150 | | |
192 | 151 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
| 152 | + | |
205 | 153 | | |
206 | 154 | | |
207 | 155 | | |
| |||
0 commit comments