Browse Source

ci: update issues-open-check workflow (#40166)

* ci: update issues-open-check workflow

* chore: update
pull/40172/head
Wuxh 2 years ago
committed by GitHub
parent
commit
267b40c93e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/issue-open-check.yml

7
.github/workflows/issue-open-check.yml

@ -21,6 +21,13 @@ jobs:
require: 'write' require: 'write'
check-bot: true check-bot: true
- name: add unconfirmed label
- uses: actions-cool/issues-helper@v3
with:
actions: 'add-labels'
issue-number: ${{ github.event.issue.number }}
labels: 'unconfirmed'
- name: check invalid - name: check invalid
if: (contains(github.event.issue.body, 'ant-design-issue-helper') == false) && (steps.checkUser.outputs.require-result == 'false') if: (contains(github.event.issue.body, 'ant-design-issue-helper') == false) && (steps.checkUser.outputs.require-result == 'false')
uses: actions-cool/issues-helper@v3 uses: actions-cool/issues-helper@v3

Loading…
Cancel
Save