fix theme...

This commit is contained in:
2024-08-01 08:43:15 +08:00
parent 192ef21b12
commit 02130fba76
371 changed files with 28176 additions and 3285 deletions

View File

@@ -0,0 +1,22 @@
name: Close need info
on:
schedule:
- cron: "0 0 */1 * *"
workflow_dispatch:
jobs:
close-need-info:
runs-on: ubuntu-latest
steps:
- name: close-issues
uses: actions-cool/issues-helper@v3
with:
actions: "close-issues"
token: ${{ secrets.GITHUB_TOKEN }}
labels: "question"
inactive-day: 60
close-reason: "not_planned"
body: |
Hello @${{ github.event.issue.user.login }}, this issue was closed due to no activities in 60 days.
你好 @${{ github.event.issue.user.login }}此issue因超过60天未回复被关闭。