From 070ad97e95a7d32808a2b60f3ae133dbcd7eba72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 16 Oct 2024 01:52:52 +0800 Subject: [PATCH] =?UTF-8?q?workflow:=20=E6=B7=BB=E5=8A=A0=E5=9B=9E?= =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E7=9A=84auto-close?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-auto-close.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-auto-close.yml b/.github/workflows/issue-auto-close.yml index 140aae95..43a8ef6c 100644 --- a/.github/workflows/issue-auto-close.yml +++ b/.github/workflows/issue-auto-close.yml @@ -18,8 +18,10 @@ jobs: - name: Set GH_REPO run: echo "GH_REPO=${{ github.repository }}" >> $GITHUB_ENV - name: Auto Lock Baipiao - uses: 14790897/auto-lock-baipiao@v0.1.7 + uses: devhaozi/issue-auto-lock@v1.0.0 with: gh_repo: ${{ github.repository }} gh_token: ${{ secrets.GITHUB_TOKEN }} - issue_labels: "⭐ No Star" \ No newline at end of file + issue_labels: "⭐ No Star" + issue_close_comment: 'Thank you for opening this issue. I noticed that you haven not given me a star yet, so I will close this issue. Please give me a star first and wait for it to be unlocked. Thank you for your understanding.' + issue_reopen_comment: 'Thank you for giving me a star. I have unlocked this issue. If you have any questions, please feel free to ask. Thank you for your support.' \ No newline at end of file