mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
Require docs-pr-check be passing
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
action: 'log'
|
action: 'log'
|
||||||
|
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."
|
||||||
Reference in New Issue
Block a user