Stablize fcos v1_6, base v0_6, and bump all other exp to latest #710
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 |