Skip to content

Commit

Permalink
Merge pull request #188 from utam0k/labler
Browse files Browse the repository at this point in the history
  • Loading branch information
utam0k authored Jul 12, 2024
2 parents 1b54239 + 4f1efcd commit 4c4e212
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
changelog:
exclude:
authors:
- dependabot
categories:
- title: Breaking Changes
labels:
- breaking change
- title: Runtime Specification
labels:
- kind/runtime
- title: Image Format Specification
labels:
- kind/image
- title: Distribution Specification
labels:
- kind/distribution
- title: Test improvements and Misc Fixes
labels:
- kind/test
- kind/cleanup
- title: Other Changes
labels:
- "*"
17 changes: 17 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 🏷️ Pull Request Labels

on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "kind/image, kind/runtime, kind/distribution, kind/test, kind/cleanup, breaking change"

0 comments on commit 4c4e212

Please sign in to comment.