Skip to content

Commit

Permalink
chore(deps): update actions/stale action to v9.1.0 (#2529)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/stale action to v9.1.0

* Update .github/workflows/close_stale_prs.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zongle Wang <[email protected]>
  • Loading branch information
renovate[bot] and Goooler authored Jan 22, 2025
1 parent 7a9b5bd commit 5dd1581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close_stale_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9.0.0
- uses: actions/stale@v9
with:
stale-pr-message: Thanks for your interest in contributing! Unfortunately, we have marked this PR as stale because it has been open for 1 month with no activity. Please apply the suggested changes if there are any, and comment something related to your PR. If you don't take any action for 2 weeks, the PR will be closed.
close-pr-message: As stated in my previous comment, this PR was closed because it has been stale for another 2 weeks with no activity. Thanks for your interest in contributing though!
Expand Down

0 comments on commit 5dd1581

Please sign in to comment.