Browse Source

ci(issue): 剔除部分 label 的自动回复 (#1462)

pull/1464/head^2
贤心 11 months ago committed by GitHub
parent
commit
b53f2f03bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/issue-labeled.yml

10
.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

Loading…
Cancel
Save