Skip to content

Commit f1baf2d

Browse files
authored
Update stale_issue.yml (#1447)
number of days between response and close
1 parent 74bf5cf commit f1baf2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale_issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
closed-for-staleness-label: closed-for-staleness
3131

3232
# Issue timing
33-
days-before-stale: 7
34-
days-before-close: 4
33+
days-before-stale: 2
34+
days-before-close: 5
3535
days-before-ancient: 365
3636

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

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

0 commit comments

Comments
 (0)