Skip to content

Commit bcaa7f6

Browse files
authored
Update triage-stale.yml
1 parent 8ab9025 commit bcaa7f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/triage-stale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/stale@v9
1616
with:
17-
operations-per-run: 100
17+
operations-per-run: 250
18+
days-before-issue-stale: -1
19+
days-before-issue-close: -1
1820
days-before-pr-stale: 180
1921
days-before-pr-close: 0
2022
close-pr-message: "This PR has been automatically closed because it has been stale for 180 days. If you wish to continue working on this PR, please ping a maintainer to reopen it."

0 commit comments

Comments
 (0)