Skip to content

Commit 3c12eee

Browse files
Update .github/workflows/stale.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 2ac53f2 commit 3c12eee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
days-before-issue-stale: 30
2020
days-before-issue-close: 7
21+
days-before-pr-stale: -1
22+
days-before-pr-close: -1
2123
remove-stale-when-updated: true
2224
only-issue-types: 'bug'
2325
stale-issue-label: 'stale'
@@ -29,6 +31,8 @@ jobs:
2931
steps:
3032
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
3133
with:
34+
days-before-issue-stale: -1
35+
days-before-issue-close: -1
3236
days-before-pr-stale: 30
3337
days-before-pr-close: 7
3438
remove-stale-when-updated: true

0 commit comments

Comments
 (0)