Skip to content

Commit 927b8c7

Browse files
authored
Update stale-actions.yaml
1 parent b13e269 commit 927b8c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale-actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
# Staling issues and PR's
22-
days-before-stale: 30
22+
days-before-stale: 1
2323
stale-issue-label: stale
2424
stale-pr-label: stale
2525
stale-issue-message: >
@@ -43,7 +43,7 @@ jobs:
4343
# Close issue operations
4444
# Label will be automatically removed if the issues are no longer
4545
# closed nor locked.
46-
days-before-close: 10
46+
days-before-close: 1
4747
delete-branch: true
4848
close-issue-message: >-
4949
This issue was automatically closed because of stale in 10 days

0 commit comments

Comments
 (0)