Adjusting GitHub Actions to handle stale issues

This commit is contained in:
Alejandro Chavarria 2022-06-02 11:14:26 -06:00
parent 1001e73a7d
commit 2e8a502204
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
# Issue timing. Setting ancient issues to 6 months and stale to 1 month with no activity.
# Issue will automatically close after 5 days of being marked as stale.
#days-before-stale: 30
days-before-stale: 30
days-before-close: 5
days-before-ancient: 180