Commit Graph

2 Commits

Author SHA1 Message Date
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
07502a6b26 Added PR/Issue management actions 2026-02-13 15:52:40 +00:00