Skip to content

build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 #652

build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0

build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 #652

Workflow file for this run

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@132879b972cb7f2ac593006455875098e73cc7f2 # v5.4.0
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