Skip to content

Commit f77273f

Browse files
Release: v0.1.22 (#502)
## What's Changed * feat: expand eval dataset with edge and complex cases and refine prompts by @cocosheng-g in #458 * chore: parallelize nightly evaluations and fix suite timeouts by @cocosheng-g in #472 * docs: update an authentication documentation link by @Marukome0743 in #445 * Fix summary Markdown formatting by @Kevinrob in #474 * fix: typo workflow_name on gemini-plan-execute by @Marukome0743 in #476 * Feat: integrate code review extension in PR workflow instead of using customized review prompt by @cynthialong0-0 in #471 * feat: add GitHub Action usage metrics for telemetry by @cocosheng-g in #475 * fix: remove unused service and redundant IAM bindings in workload identity setup script by @anguillanneuf in #481 * Fix: Add workflow name to telemetry resource attributes by @cocosheng-g in #493 * fix(evals): stabilize nightly evaluation suite by @cocosheng-g in #494 * create trust guidance docs by @ehedlund in #501 ## New Contributors * @Kevinrob made their first contribution in #474 * @anguillanneuf made their first contribution in #481 * @ehedlund made their first contribution in #501 **Full Changelog**: v0.1.21...v0.1.22
1 parent d7a38ec commit f77273f

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-
194194

195195
- <a name="__input_workflow_name"></a><a href="#user-content-__input_workflow_name"><code>workflow_name</code></a>: _(Optional, default: `${{ github.workflow }}`)_ The GitHub workflow name, used for telemetry purposes.
196196

197+
- <a name="__input_github_pr_number"></a><a href="#user-content-__input_github_pr_number"><code>github_pr_number</code></a>: _(Optional, default: `${{ github.event.pull_request.number }}`)_ The Pull Request number the CLI is operating on. Defaults to the event payload.
198+
199+
- <a name="__input_github_issue_number"></a><a href="#user-content-__input_github_issue_number"><code>github_issue_number</code></a>: _(Optional, default: `${{ github.event.issue.number }}`)_ The Issue number (or comma-separated list of issue numbers) the CLI is operating on. Defaults to the event payload.
200+
197201

198202
<!-- END_AUTOGEN_INPUTS -->
199203
<!-- prettier-ignore-end -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "run-gemini-cli",
3-
"version": "0.1.21",
3+
"version": "0.1.22",
44
"description": "This works with our versioning tools, this is NOT an NPM repo",
55
"scripts": {
66
"build": "echo \"No build required for composite action\"",

0 commit comments

Comments
 (0)