修复英文文章字数统计问题 #69
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: 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 |