xrkffgg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
.github/workflows/issue-open-check.yml
|
|
@ -58,3 +58,12 @@ jobs: |
|
|
|
* Ant Design Mobile: http://antd-mobile.gitee.io |
|
|
|
* Ant Motion: http://ant-motion.gitee.io |
|
|
|
* Ant Design Pro Preview : https://prosite.z23.web.core.windows.net |
|
|
|
|
|
|
|
- name: check-ie |
|
|
|
if: contains(github.event.issue.body, 'ant-design-issue-helper') == true && (contains(github.event.issue.title, 'IE') == true || contains(github.event.issue.title, 'Internet Explorer') == true) |
|
|
|
uses: actions-cool/issues-helper@v1.2 |
|
|
|
with: |
|
|
|
actions: 'add-labels' |
|
|
|
token: ${{ secrets.ANT_BOT_TOKEN }} |
|
|
|
issue-number: ${{ github.event.issue.number }} |
|
|
|
labels: 'IE | Firefox | Safari,Internet Explorer' |
|
|
|