Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit fcf40a0

Browse files
author
Boris Tacyniak
authored
Update stale.yml
1 parent e1a0716 commit fcf40a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v1
10+
- uses: actions/stale@v4
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions."
1414
stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions."
1515
days-before-stale: 365
1616
days-before-close: 30
17-
operations-per-run: 30
17+
operations-per-run: 10

0 commit comments

Comments
 (0)