修复暗色模式下搜索窗口关闭按钮样式 #93
This file contains hidden or 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: Limit PRs | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| limit_master_pr: | |
| runs-on: ubuntu-latest | |
| name: Limits PR to master | |
| steps: | |
| - name: Limit action step | |
| id: limit_action | |
| uses: LukBukkit/action-pr-limits@v1 | |
| with: | |
| whitelist: | | |
| develop |