ci(prs): separate validation readiness from description checks (#5939)

* ci(prs): separate validation readiness from description checks

* fix(ci): harden PR readiness state

---------

Co-authored-by: Alexandre Teixeira <alexandremagteixeira@gmail.com>
This commit is contained in:
RaresKeY
2026-08-16 13:03:06 +01:00
committed by GitHub
co-authored by Alexandre Teixeira
parent 2e2bb5231e
commit 67e08cce1b
4 changed files with 461 additions and 35 deletions
+1
View File
@@ -28,6 +28,7 @@ Fixes #
- [ ] This PR targets `dev`
- [ ] My changes are limited to the scope described above — no unrelated refactors or whitespace changes mixed in.
- [ ] I actually ran the app (`docker compose up` or `uvicorn app:app`) and verified the change works end-to-end. Type-checks and unit tests are not enough.
- [ ] I did not run the app/runtime validation and stated that gap in **How to Test**. Leave this unchecked when the app-run box above is checked.
## How to Test