Skip to content

Commit 805c8e0

Browse files
authored
Stale issues action bump (#3182)
1 parent 06496ed commit 805c8e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale-issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v3
15+
- uses: actions/stale@v9
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: 'If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 30 days this issue will be closed.'
@@ -21,6 +21,6 @@ jobs:
2121
days-before-close: 14
2222
stale-issue-label: "status: feedback-reminder"
2323
stale-pr-label: "status: feedback-reminder"
24-
operations-per-run: 10
25-
remove-stale-when-updated: false
24+
operations-per-run: 30
25+
remove-stale-when-updated: true
2626
only-labels: "status: waiting-for-feedback"

0 commit comments

Comments
 (0)