Commit Graph

5 Commits (f984701c27ace502a701588afbba38f939ab493b)

Author SHA1 Message Date
Andelf 1d27f8aa00 fix(ci): wrong yaml format 2023-07-12 16:04:44 +08:00
Bad3r 76a6510837
dev(CI): fix typo in stale action and do not close confirmed bugs (#9777)
CC: @cnrpman PTAL
2023-07-11 13:09:59 +08:00
Bad3r 1e25a2f01c
fix(dev): remove print steps from stale action (#8262) 2023-01-09 21:48:27 +08:00
Bad3r bb419312c5 fix(stale-issues.yml): add awaiting-repose step
Somehow, an older version of the config was merged into master. This should be updated to allow the awaiting response task to run and fix the print statements.
2022-12-31 15:03:01 +08:00
Bad3r f31260a831
Feat: close stale issues action (#8156)
feat: Add close-stale-issues-action

# This workflow warns and then closes issues that have had no activity for a 
# specified amount of time. You can adjust the behavior by modifying this file.
# For more information, see:
#   https://github.com/marketplace/actions/close-stale-issues
#   https://github.com/actions/stale/blob/master/action.yml
#   https://github.com/actions/stale

Signed-off-by: Bad3r <bad3r@protonmail.com>
2022-12-29 23:29:25 +08:00