|
12 | 12 | - uses: actions/stale@v9 |
13 | 13 | with: |
14 | 14 | days-before-issue-stale: 2 |
15 | | - days-before-issue-close: 2 |
16 | | - any-of-labels: "invalid,need-repro-project" |
| 15 | + any-of-labels: "invalid" |
| 16 | + stale-issue-label: "stale" |
| 17 | + stale-issue-message: "Since the issue was labeled with `invalid`, but no response in 2 days. This issue will be closed after 2 days. If you have any questions, you can comment and reply. \r\r 由于该 issue 被标记为不合规工程,却 2 天未收到回应,该 Issue 将与 2 天后自动关闭。" |
| 18 | + repo-token: ${{ secrets.GITHUB_TOKEN }} |
| 19 | + - uses: actions/stale@v9 |
| 20 | + with: |
| 21 | + days-before-issue-stale: 2 |
| 22 | + any-of-labels: "need-repro-project" |
17 | 23 | stale-issue-label: "stale" |
18 | | - stale-issue-message: "Since the issue was labeled with `invalid`, but no response in 2 days. This issue will be closed. If you have any questions, you can comment and reply. \r 由于该 issue 被标记为不合规工程,却 2 天未收到回应。现关闭 issue,若有任何问题,可评论回复" |
19 | | - close-issue-message: "Since the issue was labeled with `need-repro-project`, but no response in 2 days. This issue will be closed. If you have any questions, you can comment and reply. \r 由于该 issue 被标记为需要复现工程,却 2 天未收到回应。现关闭 issue,若有任何问题,可评论回复" |
| 24 | + stale-issue-message: "Since the issue was labeled with `need-repro-project`, but no response in 2 days. This issue will be closed after 2 days. If you have any questions, you can comment and reply. \r\r 由于该 issue 被标记为需要复现工程,却 2 天未收到回应,该 Issue 将与 2 天后自动关闭。" |
| 25 | + repo-token: ${{ secrets.GITHUB_TOKEN }} |
| 26 | + - uses: actions/stale@v9 |
| 27 | + with: |
| 28 | + days-before-issue-close: 2 |
| 29 | + any-of-labels: "stale" |
| 30 | + close-issue-message: "Since the issue was labeled with `stale`, but no response in 2 days. This issue will be closed. If you have any questions, you can comment and reply. \r\r 由于该 issue 被标记为过期工程,却 2 天未收到回应。现关闭 issue,若有任何问题,可评论回复。" |
20 | 31 | repo-token: ${{ secrets.GITHUB_TOKEN }} |
0 commit comments