Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 再加个长时间无回复检测 #5007

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
tangge233 marked this conversation as resolved.
Show resolved Hide resolved
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