Skip to content

Commit

Permalink
Added check for release:* labels
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Oct 31, 2021
1 parent 7f14d09 commit 72b03dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Pull Request Labels
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v1
with:
mode: minimum
count: 1
labels: "release:typo, release:fix, release:feature, release:deprecation, release:internal, release:docs"

0 comments on commit 72b03dc

Please sign in to comment.