Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Commit71f3a64
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 parent5432803 commit71f3a64
1 file changed
+48
-0
lines changedLines changed: 48 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + |
0 commit comments
Comments
(0)