Skip to content

Commit f4bea2a

Browse files
authored
Activate stale action (#6998)
1 parent f5ca410 commit f4bea2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/stale@v9
1515
with:
16-
debug-only: true # dry-run
1716
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
1817
stale-issue-label: stale
19-
days-before-stale: 120
18+
days-before-stale: 360
2019
days-before-close: 7

0 commit comments

Comments
 (0)