build(deps): bump serde_json from 1.0.133 to 1.0.134 #1976
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |