OpenAPI spec update from glideapps/glide#31344 #97
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: Check for blocking labels | |
on: | |
pull_request: | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
check-blocked: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/github-action-required-labels@v5 | |
with: | |
mode: maximum | |
count: 0 | |
labels: "blocked:.*" | |
use_regex: true | |
add_comment: true | |
message: "This PR is being prevented from merging because it has one or more of these labels applied: {{ applied }}. " |