fix(umami): 修正请求头并优化参数配置说明 #70
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 |