TreeSelect Component header slot set a input element can be edited (TreeSelect组件 header插槽如果放一个input元素无法被触发或是输入任何内容) #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Mark Duplicate | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
mark-duplicate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: mark-duplicate | |
uses: actions-cool/issues-helper@v2 | |
with: | |
actions: 'mark-duplicate' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
duplicate-labels: "🔄 Duplicate" | |
close-issue: true |