build(deps): bump serde_yaml from 0.9.25 to 0.9.27 #1217
Workflow file for this run
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 |