Skip to content

Commit c74e591

Browse files
authored
Merge pull request #1332 from microsoft/user/vjunyli/FixStaleWF
Increase operations-per-run to 400 and the stale threshold
2 parents 57ea2d0 + 6d81ee3 commit c74e591

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/StaleIssues.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
- uses: actions/stale@v10
1313
with:
1414
days-before-issue-stale: 365
15-
days-before-issue-close: 7
15+
days-before-issue-close: 31
1616
stale-issue-label: "stale"
17-
stale-issue-message: "This issue has been inactive for a year. It will be closed in 7 days if no further activity occurs. If you believe this issue is still relevant, please comment to keep it open."
17+
stale-issue-message: "This issue has been inactive for a year. It will be closed in 31 days if no further activity occurs. If you believe this issue is still relevant, please comment to keep it open."
1818
close-issue-message: "Closing due to prolonged inactivity."
19+
operations-per-run: 400
1920
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)