Skip to content

Commit

Permalink
fix github action timing
Browse files Browse the repository at this point in the history
fix github action timing to match label descriptions
  • Loading branch information
jmklix authored Apr 15, 2021
1 parent f3d0923 commit 24d71c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
closed-for-staleness-label: closed-for-staleness

# Issue timing
days-before-stale: 15
days-before-close: 3
days-before-stale: 7
days-before-close: 4
days-before-ancient: 365

# If you don't want to mark a issue as being ancient based on a
Expand Down

0 comments on commit 24d71c9

Please sign in to comment.