Commit Graph

6 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
08bb82b7ae FIX: The Logical Error (since parameter)
Some checks failed
PR Management Bot / pr-bot (pull_request) Failing after 2s
PR Title Checker / Validate PR Title Format (pull_request) Successful in 1s
- Date Comparison: Changed from using the API since filter to a bash comparison using date +%s.
 - Safety Check: Added if [ -z "$issue" ]; then continue; fi inside the loop to prevent the crash if jq outputs an empty line.
 - Logic: The script now checks if the issue is actually older than 30 days before applying the label.
2026-02-16 09:51:03 +00:00
98d2cfe881 fix-ect for mapping values are not allowed in this context
Some checks failed
Close Stale Issues / stale (push) Failing after 2s
2026-02-13 15:55:41 +00:00
b49cb010b2 Fix for mapping values are not allowed in this context 2026-02-13 15:54:18 +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