Skip to content

Commit

Permalink
CI: Use actions/stale v9 (#7710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Jan 10, 2024
1 parent 28e40bc commit bf5b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues_and_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
# Config reference: https://github.com/actions/stale
- name: "Handle stale issues and pull requests"
uses: "actions/stale@v8"
uses: "actions/stale@v9"
with:
close-issue-message: "${{ env.CLOSE_MESSAGE }}"
close-pr-message: "${{ env.CLOSE_MESSAGE }} When it comes to pull requests it may be better to create new one, on top of main branch."
Expand Down

0 comments on commit bf5b2e2

Please sign in to comment.