Compare commits

...

8 Commits

Author SHA1 Message Date
Christine Betts 1c60e42240 remove docs change 2026-03-09 13:24:37 -04:00
Christine Betts 75678dd97c test docs change 2026-03-09 13:23:17 -04:00
Christine Betts 60212bdc98 fix format 2026-03-09 13:11:26 -04:00
Christine Betts 42e55ff076 appease linter 2026-03-09 13:02:31 -04:00
Christine Betts 2476c93526 address comment 2026-03-09 12:49:49 -04:00
Christine Betts 305c662541 address comment 2026-03-09 12:46:41 -04:00
Christine Betts 09cb8b2439 appease linter 2026-03-09 12:39:06 -04:00
Christine Betts d7cb98c89f Require docs-pr-check be passing 2026-03-09 12:20:33 -04:00
2 changed files with 17 additions and 1 deletions
+5 -1
View File
@@ -1 +1,5 @@
action: 'log'
action: 'fix'
requireStatusChecks:
strict: true
contexts:
- 'docs_pr_check'
@@ -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.'"