Skip to content

Commit

Permalink
Merge pull request #6785 from weirdan/require-release-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Oct 31, 2021
2 parents 7f14d09 + 72b03dc commit ea5b9bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr-labels.yml
@@ -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 ea5b9bb

Please sign in to comment.