Upgrade release note to notify users of cgroup v1 no longer working #32
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
name: Validate Release Notes | |
on: | |
pull_request: | |
branches: [main] | |
paths: ["release-notes/*.yml"] | |
jobs: | |
validate: | |
name: Validate Release Notes | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Validate Release Notes | |
run: python ci/check-release-notes.py release-notes/next.yml release-notes/stable.yml release-notes/testing.yml |