Skip to content

Commit

Permalink
chore: upgrade to actions/stale@v7
Browse files Browse the repository at this point in the history
  • Loading branch information
KotoriK authored Jan 19, 2024
1 parent 25ff45d commit 4e107dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-stale-close.temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v4
- uses: actions/stale@v7
with:
stale-issue-message: "这个 Issue 已经 30 天没有任何活动了,将被标记为过时 stale。删除 stale 标签或评论,否则将在 7 天内关闭。"
stale-pr-message: '这个 PR 已经 45 天没有任何活动了,将被标记为过时 stale 。 删除 stale 的标签或评论,否则将在 10 天内关闭。'
Expand Down

0 comments on commit 4e107dd

Please sign in to comment.