Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Commit46d97b5
committed
Introduce a gate/check GHA job
This adds a GHA job that reliably determines if all the requireddependencies have succeeded or not.It also allows to reduce the list of required branch protection CIstatuses to just one — `check`. This reduces the maintenance burdenby a lot and have been battle-tested across a small bunch of projectsin its action form and in-house implementations of other people.This action is now in use in aiohttp (and other aio-libs projects),CherryPy, conda, coveragepy, Open edX, Towncrier some of the Ansiblerepositories, pip-tools, all of the jaraco's projects (like`setuptools`, `importlib_metadata`), some of hynek's projects (like`attrs`, `structlog`), some PyCQA, PyCA, PyPA and pytest projects, afew AWS Labs projects. Admittedly, I maintain a few of these but itseems to address some of the pain folks have:jaraco/skeleton#55 (comment).I figured, this might be useful for CPython too, which is why I'msubmitting this patch.The story behind this is explained in more detail athttps://github.com/marketplace/actions/alls-green#why.1 parent9ffbc58 commit46d97b5
1 file changed
+38
-0
lines changedLines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| 120 | + | |
120 | 121 |
| |
121 | 122 |
| |
122 | 123 |
| |
| |||
153 | 154 |
| |
154 | 155 |
| |
155 | 156 |
| |
| 157 | + | |
156 | 158 |
| |
157 | 159 |
| |
158 | 160 |
| |
| |||
232 | 234 |
| |
233 | 235 |
| |
234 | 236 |
| |
| 237 | + | |
235 | 238 |
| |
236 | 239 |
| |
237 | 240 |
| |
| |||
318 | 321 |
| |
319 | 322 |
| |
320 | 323 |
| |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + |
0 commit comments
Comments
(0)