允许设置归档页是否启用分页 #90
Workflow file for this run
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 |