mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
75e3acdf02
Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.4.2 to 5.5.0.
- [Release notes](https://github.com/mheap/github-action-required-labels/releases)
- [Commits](d25134c992...388fd6af37
)
---
updated-dependencies:
- dependency-name: mheap/github-action-required-labels
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
787 B
YAML
30 lines
787 B
YAML
name: PR Checks
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, labeled, unlabeled, synchronize]
|
|
|
|
jobs:
|
|
release-label:
|
|
name: Release note label
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Check minimum labels
|
|
uses: mheap/github-action-required-labels@388fd6af37b34cdfe5a23b37060e763217e58b03 # v5.5
|
|
with:
|
|
mode: minimum
|
|
count: 1
|
|
labels: |
|
|
release-note/ignore
|
|
kind/feature
|
|
release-note/new-feature
|
|
kind/enhancement
|
|
release-note/enhancement
|
|
kind/bug
|
|
release-note/bug-fix
|
|
release-note/breaking-change
|
|
release-note/deprecation
|
|
area/dependencies
|
|
release-note/dependency-update
|
|
release-note/misc
|