Files
.profile/.gitea/workflows
Puranjay Savar Mattas 4aca6997ff
All checks were successful
PR Management Bot / pr-bot (pull_request) Successful in 14s
PR Title Checker / Validate PR Title Format (pull_request) Successful in 2s
FIX: INTERNAL_ERROR in checkout
- Grep Exit Code: In the Auto-label step, if grep finds no matching commit types, it exits with code 1. Since workflows run with set -e, this will cause the job to fail immediately if no labels are found.
- Self-Review Request: In the Auto-assign reviewers step, you are hardcoding psmattas as a reviewer. Since psmattas is also the author (based on the logs), the API will return a 422 Unprocessable Entity error because an author cannot review their own PR.
2026-02-16 11:18:13 +00:00
..