chore(ci): Ensure docs-gen workflow are not vulnerable to injection attacks (#6100)

This commit is contained in:
Seth Vargo
2025-08-12 22:12:28 -04:00
committed by GitHub
parent 431a312d4d
commit 9912577a2b
4 changed files with 37 additions and 41 deletions

View File

@@ -4,8 +4,8 @@ labels: ['kind/bug', 'status/need-triage']
body:
- type: markdown
attributes:
value: |
> [!IMPORTANT]
value: |-
> [!IMPORTANT]
> Thanks for taking the time to fill out this bug report!
>
> Please search **[existing issues](https://github.com/google-gemini/gemini-cli/issues)** to see if an issue already exists for the bug you encountered.
@@ -30,7 +30,7 @@ body:
attributes:
label: Client information
description: Please paste the full text from the `/about` command run from Gemini CLI. Also include which platform (macOS, Windows, Linux).
value: |
value: |-
<details>
```console

View File

@@ -4,8 +4,8 @@ labels: ['kind/enhancement', 'status/need-triage']
body:
- type: markdown
attributes:
value: |
> [!IMPORTANT]
value: |-
> [!IMPORTANT]
> Thanks for taking the time to suggest an enhancement!
>
> Please search **[existing issues](https://github.com/google-gemini/gemini-cli/issues)** to see if a similar feature has already been requested.