We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bf5cf commit f1baf2dCopy full SHA for f1baf2d
.github/workflows/stale_issue.yml
@@ -30,8 +30,8 @@ jobs:
30
closed-for-staleness-label: closed-for-staleness
31
32
# Issue timing
33
- days-before-stale: 7
34
- days-before-close: 4
+ days-before-stale: 2
+ days-before-close: 5
35
days-before-ancient: 365
36
37
# If you don't want to mark a issue as being ancient based on a
@@ -42,4 +42,4 @@ jobs:
42
43
repo-token: ${{ secrets.GITHUB_TOKEN }}
44
# loglevel: DEBUG
45
- # 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 commit comments