Skip to content

build(deps): bump golangci/golangci-lint-action from 3 to 6 #1843

build(deps): bump golangci/golangci-lint-action from 3 to 6

build(deps): bump golangci/golangci-lint-action from 3 to 6 #1843

# Maintained in https://github.com/coreos/repo-templates
# Do not edit downstream.
name: Release notes
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled, unlabeled]
permissions:
contents: read
concurrency:
group: release-note-${{ github.ref }}
cancel-in-progress: true
jobs:
require-notes:
name: Require release note
runs-on: ubuntu-latest
steps:
- name: Require release-notes.md update
uses: coreos/actions-lib/require-file-change@main
with:
path: docs/release-notes.md
override-label: skip-notes