Files
.profile/.gitea/workflows
Puranjay Savar Mattas 08bb82b7ae
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
FIX: The Logical Error (since parameter)
- 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
..