We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13e269 commit 927b8c7Copy full SHA for 927b8c7
1 file changed
.github/workflows/stale-actions.yaml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
repo-token: ${{ secrets.GITHUB_TOKEN }}
21
# Staling issues and PR's
22
- days-before-stale: 30
+ days-before-stale: 1
23
stale-issue-label: stale
24
stale-pr-label: stale
25
stale-issue-message: >
@@ -43,7 +43,7 @@ jobs:
43
# Close issue operations
44
# Label will be automatically removed if the issues are no longer
45
# closed nor locked.
46
- days-before-close: 10
+ days-before-close: 1
47
delete-branch: true
48
close-issue-message: >-
49
This issue was automatically closed because of stale in 10 days
0 commit comments