mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
perf: issue close
This commit is contained in:
13
.github/workflows/issue_close.yml
vendored
13
.github/workflows/issue_close.yml
vendored
@@ -17,7 +17,18 @@ jobs:
|
||||
uses: actions-cool/issues-helper@v3
|
||||
with:
|
||||
actions: 'close-issues'
|
||||
labels: 'invalid,need info'
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
labels: 'need info'
|
||||
inactive-day: 3
|
||||
body: |
|
||||
由于该 issue 3天未收到回应,现已被自动关闭,若有任何问题,可评论回复。
|
||||
|
||||
- name: invalid
|
||||
uses: actions-cool/issues-helper@v3
|
||||
with:
|
||||
actions: 'close-issues'
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
labels: 'invalid'
|
||||
inactive-day: 3
|
||||
body: |
|
||||
由于该 issue 3天未收到回应,现已被自动关闭,若有任何问题,可评论回复。
|
||||
|
||||
Reference in New Issue
Block a user