Skip to content

Commit f420b50

Browse files
authored
Add doc for /setup-github command to install workflows (#78)
Add doc for /setup-github command to install workflows
1 parent f3b8975 commit f420b50

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

workflows/gemini-cli/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ In this guide you will learn how to use the general Gemini CLI workflow via GitH
3636

3737
For detailed setup instructions, including prerequisites and authentication, please refer to the main [Getting Started](../../README.md#getting-started) and [Configuration](../../README.md#configuration) documentation.
3838

39-
To use this workflow, copy the `gemini-cli.yml` file into your repository's `.github/workflows` directory:
39+
To use this workflow, you can utilize either of the following steps:
40+
1. Run the `/setup-github` command from Gemini-CLI to set up workflows for your repository.
41+
1. Copy the `gemini-cli.yml` file into your repository's `.github/workflows` directory:
4042

4143
```bash
4244
mkdir -p .github/workflows

workflows/issue-triage/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ The two workflows work together to ensure that all new and existing issues are t
4949

5050
For detailed setup instructions, including prerequisites and authentication, please refer to the main [Getting Started](../../README.md#getting-started) and [Configuration](../../README.md#configuration) documentation.
5151

52-
To implement this issue triage system, copy the workflow files into your repository's `.github/workflows` directory:
52+
To implement this issue triage system, you can use either of the following steps:
53+
- Run the `/setup-github` command from Gemini-CLI to set up workflows for your repository.
54+
- Copy the workflow files into your repository's `.github/workflows` directory:
5355

5456
```bash
5557
mkdir -p .github/workflows

workflows/pr-review/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ The PR Review workflow uses Google's Gemini AI to provide comprehensive code rev
4747

4848
For detailed setup instructions, including prerequisites and authentication, please refer to the main [Getting Started](../../README.md#getting-started) and [Configuration](../../README.md#configuration) documentation.
4949

50-
To use this workflow, copy the `gemini-pr-review.yml` file into your repository's `.github/workflows` directory:
50+
To use this workflow, you can use either of the following steps:
51+
1. Run the `/setup-github` command from Gemini-CLI to set up workflows for your repository.
52+
1. Copy the `gemini-pr-review.yml` file into your repository's `.github/workflows` directory:
5153

5254
```bash
5355
mkdir -p .github/workflows

0 commit comments

Comments
 (0)