Skip to content

Commit

Permalink
Stale issues action bump (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
tishun authored Feb 16, 2025
1 parent 06496ed commit 805c8e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
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.'
Expand All @@ -21,6 +21,6 @@ jobs:
days-before-close: 14
stale-issue-label: "status: feedback-reminder"
stale-pr-label: "status: feedback-reminder"
operations-per-run: 10
remove-stale-when-updated: false
operations-per-run: 30
remove-stale-when-updated: true
only-labels: "status: waiting-for-feedback"

0 comments on commit 805c8e0

Please sign in to comment.