Skip to content

Commit

Permalink
Update stale_issue.yml (#1447)
Browse files Browse the repository at this point in the history
number of days between response and close
  • Loading branch information
KaibaLopez committed Oct 6, 2021
1 parent 74bf5cf commit f1baf2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale_issue.yml
Expand Up @@ -30,8 +30,8 @@ jobs:
closed-for-staleness-label: closed-for-staleness

# Issue timing
days-before-stale: 7
days-before-close: 4
days-before-stale: 2
days-before-close: 5
days-before-ancient: 365

# If you don't want to mark a issue as being ancient based on a
Expand All @@ -42,4 +42,4 @@ jobs:

repo-token: ${{ secrets.GITHUB_TOKEN }}
# loglevel: DEBUG
# Set dry-run to true to not perform label or close actions.
# Set dry-run to true to not perform label or close actions.

0 comments on commit f1baf2d

Please sign in to comment.