mirror of
https://github.com/spf13/viper.git
synced 2026-09-20 03:18:21 +00:00
Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.4.1 to 5.4.2. - [Release notes](https://github.com/mheap/github-action-required-labels/releases) - [Commits](https://github.com/mheap/github-action-required-labels/compare/5847eef68201219cf0a4643ea7be61e77837bbce...d25134c992b943fb6ad00c25ea00eb5988c0a9dd) --- updated-dependencies: - dependency-name: mheap/github-action-required-labels dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
789 B
YAML
31 lines
789 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@d25134c992b943fb6ad00c25ea00eb5988c0a9dd # v5.4.2
|
|
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
|