xrkffgg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/issue-open-check.yml
|
|
@ -60,7 +60,7 @@ jobs: |
|
|
|
* 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 && (github.event.issue.title.includes('IE9') == true || github.event.issue.title.includes('IE 9') == true || github.event.issue.title.includes('IE10') == true || github.event.issue.title.includes('IE 10') == true || github.event.issue.title.includes('IE11') == true || github.event.issue.title.includes('IE 11') == true || contains(github.event.issue.title, 'Internet Explorer') == true) |
|
|
|
if: contains(github.event.issue.body, 'ant-design-issue-helper') == true && (contains(github.event.issue.title, 'IE9') == true || contains(github.event.issue.title, 'IE 9') == true || contains(github.event.issue.title, 'IE10') == true || contains(github.event.issue.title, 'IE 10') == true || contains(github.event.issue.title, 'IE11') == true || contains(github.event.issue.title, 'IE 11') == true || contains(github.event.issue.title, 'Internet Explorer') == true) |
|
|
|
uses: actions-cool/issues-helper@v1.2 |
|
|
|
with: |
|
|
|
actions: 'add-labels' |
|
|
|