Skip to content

Commit

Permalink
Require version label on pull requests (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Aug 30, 2022
1 parent 4713c19 commit 6c44370
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/version-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Version Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v2
with:
mode: exactly
count: 1
labels: "patch, minor, major, maintenance, renovate"

0 comments on commit 6c44370

Please sign in to comment.