Skip to content

build(deps): bump github.com/coreos/ignition/v2 from 2.15.1-0.20230510033844-8b6e7f111ca5 to 2.16.0 #411

build(deps): bump github.com/coreos/ignition/v2 from 2.15.1-0.20230510033844-8b6e7f111ca5 to 2.16.0

build(deps): bump github.com/coreos/ignition/v2 from 2.15.1-0.20230510033844-8b6e7f111ca5 to 2.16.0 #411

# 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