From b53f2f03bb2317e646b1db2f06c9180df969fd3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:10:48 +0800 Subject: [PATCH] =?UTF-8?q?ci(issue):=20=E5=89=94=E9=99=A4=E9=83=A8?= =?UTF-8?q?=E5=88=86=20label=20=E7=9A=84=E8=87=AA=E5=8A=A8=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=20(#1462)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-labeled.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index c3d0a8a5..cc5e166a 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -14,16 +14,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - name: bug - if: github.event.label.name == 'bug' - uses: actions-cool/issues-helper@v3 - with: - actions: 'create-comment' - token: ${{ secrets.GITHUB_TOKEN }} - issue-number: ${{ github.event.issue.number }} - body: | - @${{ github.event.issue.user.login }} 你好。团队已初步确认该 Bug,我们将在后续版本进行详细的排查和修复,感谢您的积极反馈 👍 - - name: help wanted if: github.event.label.name == 'help wanted' uses: actions-cool/issues-helper@v3