Skip to content

Commit

Permalink
workflow: 添加回修订的auto-close
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 15, 2024
1 parent b7eba92 commit 070ad97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/issue-auto-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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[email protected]
uses: devhaozi/issue-auto-lock@v1.0.0
with:
gh_repo: ${{ github.repository }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
issue_labels: "⭐ No Star"
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.'

0 comments on commit 070ad97

Please sign in to comment.