Commit Graph

3 Commits

Author SHA1 Message Date
4aca6997ff FIX: INTERNAL_ERROR in checkout
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
- 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
07502a6b26 Added PR/Issue management actions 2026-02-13 15:52:40 +00:00
Evercatch
27c69d201f Initial commit 2026-02-13 15:15:20 +00:00