From 2c339b9923b57fd9671804895912cacda08aadb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 16 Oct 2024 01:28:16 +0800 Subject: [PATCH] =?UTF-8?q?workflow:=20=E6=9A=82=E6=97=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4auto-close=E5=A8=81=E5=8A=9B=E5=A4=AA=E5=A4=A7?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-auto-close.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/issue-auto-close.yml diff --git a/.github/workflows/issue-auto-close.yml b/.github/workflows/issue-auto-close.yml deleted file mode 100644 index 140aae95..00000000 --- a/.github/workflows/issue-auto-close.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Issue Auto Close -on: - schedule: - - cron: "0 */6 * * *" - workflow_dispatch: - push: - branches: - - main - issues: - types: [ opened ] -permissions: - issues: write - contents: read -jobs: - issue-close: - runs-on: ubuntu-latest - steps: - - name: Set GH_REPO - run: echo "GH_REPO=${{ github.repository }}" >> $GITHUB_ENV - - name: Auto Lock Baipiao - uses: 14790897/auto-lock-baipiao@v0.1.7 - with: - gh_repo: ${{ github.repository }} - gh_token: ${{ secrets.GITHUB_TOKEN }} - issue_labels: "⭐ No Star" \ No newline at end of file