We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f32c2 commit 04095b7Copy full SHA for 04095b7
.github/workflows/issue_close.yml
@@ -17,7 +17,18 @@ jobs:
17
uses: actions-cool/issues-helper@v3
18
with:
19
actions: 'close-issues'
20
- labels: 'invalid,need info'
+ token: ${{ secrets.GITHUB_TOKEN }}
21
+ labels: 'need info'
22
+ inactive-day: 3
23
+ body: |
24
+ 由于该 issue 3天未收到回应,现已被自动关闭,若有任何问题,可评论回复。
25
+
26
+ - name: invalid
27
+ uses: actions-cool/issues-helper@v3
28
+ with:
29
+ actions: 'close-issues'
30
31
+ labels: 'invalid'
32
inactive-day: 3
33
body: |
34
由于该 issue 3天未收到回应,现已被自动关闭,若有任何问题,可评论回复。
0 commit comments