Skip to content

Add CRA steward section and SECURITY.md reference to security docs [HMS-10902] #475

Add CRA steward section and SECURITY.md reference to security docs [HMS-10902]

Add CRA steward section and SECURITY.md reference to security docs [HMS-10902] #475

name: Protect generated developer guide
# Ensure that READMEs are not inadvertently changed in a pull request as those changes
# would be dropped on the next CI run
on:
pull_request:
branches:
- main
jobs:
protect-developer-guide:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Check for changes
run: |
make protect-readmes