Skip to content

Commit

Permalink
Merge pull request #14 from buildpacks/minimal-labels
Browse files Browse the repository at this point in the history
Minimal Labels

Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale authored Sep 23, 2020
2 parents fe109c4 + fe0070b commit cb11f48
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/minimal-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Minimal Labels
"on":
pull_request:
types:
- labeled
- unlabeled
- opened
- synchronize
jobs:
semver:
name: SemVer
runs-on:
- ubuntu-latest
steps:
- name: Require Labels
uses: mheap/[email protected]
with:
count: 1
labels: 'semver: major,semver: minor,semver: patch'
mode: exactly
type:
name: Type
runs-on:
- ubuntu-latest
steps:
- name: Require Labels
uses: mheap/[email protected]
with:
count: 1
labels: 'type: bug,type: dependency-upgrade,type: documentation,type: enhancement,type: question,type: task'
mode: exactly

0 comments on commit cb11f48

Please sign in to comment.