fix(Reset): 把 Reset 组件的 click 改为 onClick,与文档保持一致 #37
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: PR Welcome | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-cool/pr-welcome@v1.1.2 | |
with: | |
pr-emoji: '+1, heart' |