Skip to content

๐Ÿ› [BUG] Ant Design Pro 6.0 ๆŠฅ่ญฆๅ‘Š Warning: findDOMNode is deprecated and will be removed in the next major release. #4240

๐Ÿ› [BUG] Ant Design Pro 6.0 ๆŠฅ่ญฆๅ‘Š Warning: findDOMNode is deprecated and will be removed in the next major release.

๐Ÿ› [BUG] Ant Design Pro 6.0 ๆŠฅ่ญฆๅ‘Š Warning: findDOMNode is deprecated and will be removed in the next major release. #4240

name: Issue Open Check
on:
issues:
types: [opened, edited]
jobs:
check-issue:
runs-on: ubuntu-latest
steps:
- uses: actions-cool/issues-helper@v2.2.0
id: check
with:
actions: 'check-issue'
issue-number: ${{ github.event.issue.number }}
title-excludes: '๐Ÿ› [BUG], ๐Ÿ‘‘ [้œ€ๆฑ‚ | Feature], ๐Ÿง[้—ฎ้ข˜ | question]'
- if: steps.check.outputs.check-result == 'false' && github.event.issue.state == 'open'
uses: actions-cool/issues-helper@v2.2.0
with:
actions: 'create-comment, close-issue'
issue-number: ${{ github.event.issue.number }}
body: |
ๅฝ“ๅ‰ Issue ๆœชๆฃ€ๆต‹ๅˆฐๆ ‡้ข˜๏ผŒ่ฏท่ง„่Œƒๅกซๅ†™๏ผŒ่ฐข่ฐข๏ผ
The title of the current issue is not detected, please fill in according to the specifications, thank you!
- if: steps.check.outputs.check-result == 'true'
uses: actions-cool/issues-similarity-analysis@v1
with:
filter-threshold: 0.8
title-excludes: '๐Ÿ›[BUG], ๐Ÿ‘‘ [้œ€ๆฑ‚ | Feature], ๐Ÿง[้—ฎ้ข˜ | question]'
comment-title: '### ไปฅไธ‹็š„ Issues ๅฏ่ƒฝไผšๅธฎๅŠฉๅˆฐไฝ  / The following issues may help you'
show-footer: false