Skip to content

Commit

Permalink
Adjusting GitHub Actions to handle stale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
avvarga committed Jun 2, 2022
1 parent 1001e73 commit 2e8a502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/closing_inactive_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e8a502

Please sign in to comment.