diff --git a/.github/workflows/issue-close-require.yml b/.github/workflows/issue-close-require.yml index 2f5ee3c..f0c3a87 100644 --- a/.github/workflows/issue-close-require.yml +++ b/.github/workflows/issue-close-require.yml @@ -65,14 +65,3 @@ jobs:
Since the issue was labeled with `🙅🏻‍♀️ WON'T DO`, and no response in 3 days. This issue will be closed. If you have any questions, you can comment and reply.\ 由于该 issue 被标记为暂不处理,同时 3 天未收到回应。现关闭 issue,若有任何问题,可评论回复。 - - name: need reproduce - uses: actions-cool/issues-helper@v3 - with: - actions: 'close-issues' - token: ${{ secrets.GH_TOKEN }} - labels: 'Inactive' - inactive-day: 90 - body: | - Since the issue was labeled with `Inactive`, and no response in 30 days. This issue will be closed. If you have any questions, you can comment and reply. - - 由于该 issue 被标记为 Inactive,同时 90 天未收到回应。现关闭 issue,若有任何问题,可评论回复。