Skip to content

Commit

Permalink
feat: 再加个长时间无回复检测
Browse files Browse the repository at this point in the history
  • Loading branch information
tangge233 committed Oct 25, 2024
1 parent 564ee33 commit c5c51a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/issue_maintenance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Issue Maintenance

on:
schedule:
- cron: "0 0 * * 2"

jobs:
check-inactive:
runs-on: ubuntu-latest
steps:
- name: check-inactive
uses: actions-cool/[email protected]
with:
actions: 'check-inactive'
token: ${{ secrets.GITHUB_TOKEN }}
inactive-day: 14
issue-state: 'open'
labels: '等待提交者'
body: |
此 Issue 因长时间无回复而超时关闭,您仍可在下方回复内容
This Issue has been closed due to long time inactive, you can still comment here.
close-reason: 'not_planned'
1 change: 0 additions & 1 deletion .github/workflows/issue_similarity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ jobs:
comment-body: '${index}. ${similarity} #${number}'
show-footer: false
show-mentioned: true
since-days: 730

0 comments on commit c5c51a3

Please sign in to comment.