Require docs-pr-check be passing

This commit is contained in:
Christine Betts
2026-03-09 12:20:33 -04:00
parent ca7ac00030
commit d7cb98c89f
2 changed files with 16 additions and 0 deletions

View File

@@ -1 +1,5 @@
action: 'log'
requireStatusChecks:
strict: true
contexts:
- "docs_pr_check"

View File

@@ -0,0 +1,12 @@
name: docs_pr_check
on:
pull_request:
paths-ignore:
- 'docs/**'
jobs:
docs_pr_check:
runs-on: ubuntu-latest
steps:
- run: echo "Bypassing docs_pr_check because docs/ was not changed."