feat: x-validator支持传入函数 && 解决x-validator 并不能按照预期禁用的问题 #762
Workflow file for this run
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/[email protected] | |
with: | |
pr-emoji: '+1, heart' |