-
-
Notifications
You must be signed in to change notification settings - Fork 255
26 lines (22 loc) · 1.13 KB
/
issue-close-require.yml
File metadata and controls
26 lines (22 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Issue Close Require
on:
schedule:
- cron: '0 0 * * *'
permissions:
# Permits `actions-cool/issues-helper` to close an issue
issues: write
contents: read
jobs:
issue-close-require:
runs-on: ubuntu-latest
if: github.repository == 'web-infra-dev/rsbuild'
steps:
- name: need reproduction
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
with:
actions: 'close-issues'
labels: 'need reproduction'
inactive-day: 5
body: |
As the issue was labelled with `need reproduction`, but no response in 5 days. This issue will be closed. Feel free to comment and reopen it if you have any further questions. For background, see [Why reproductions are required](https://antfu.me/posts/why-reproductions-are-required).
由于该 issue 被标记为 "需要重现",但在 5 天内没有回应,因此该 issue 将被关闭。如果你有任何进一步的问题,请随时发表评论并重新打开该 issue。背景请参考 [为什么需要最小重现](https://antfu.me/posts/why-reproductions-are-required-zh)。