Skip to content

Commit bd9fe5c

Browse files
committed
chore: use default stale timings (60 days stale, 7 days close)
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 09a8ca7 commit bd9fe5c

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/stale.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,17 @@ jobs:
1414
steps:
1515
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
1616
with:
17-
days-before-stale: 90
18-
days-before-close: 14
19-
stale-issue-label: stale
20-
stale-pr-label: stale
2117
stale-issue-message: >
22-
This issue is stale because it has been open for 90 days with no activity.
23-
It will be closed in 14 days if no further activity occurs.
18+
This issue is stale because it has been open for 60 days with no activity.
19+
It will be closed in 7 days if no further activity occurs.
2420
close-issue-message: >
25-
This issue was closed because it has been inactive for 14 days since being marked as stale.
21+
This issue was closed because it has been inactive for 7 days since being marked as stale.
2622
Feel free to reopen if it is still relevant.
2723
stale-pr-message: >
28-
This pull request is stale because it has been open for 90 days with no activity.
29-
It will be closed in 14 days if no further activity occurs.
24+
This pull request is stale because it has been open for 60 days with no activity.
25+
It will be closed in 7 days if no further activity occurs.
3026
close-pr-message: >
31-
This pull request was closed because it has been inactive for 14 days since being marked as stale.
27+
This pull request was closed because it has been inactive for 7 days since being marked as stale.
3228
Feel free to reopen if it is still relevant.
3329
exempt-issue-labels: pinned,security
3430
exempt-pr-labels: pinned,security

0 commit comments

Comments
 (0)