diff --git a/README.md b/README.md index cdb4c3e09..f6f702674 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,10 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini- - workflow_name: _(Optional, default: `${{ github.workflow }}`)_ The GitHub workflow name, used for telemetry purposes. +- github_pr_number: _(Optional, default: `${{ github.event.pull_request.number }}`)_ The Pull Request number the CLI is operating on. Defaults to the event payload. + +- github_issue_number: _(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. + diff --git a/package-lock.json b/package-lock.json index 99d912bad..594413746 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-gemini-cli", - "version": "0.1.21", + "version": "0.1.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "run-gemini-cli", - "version": "0.1.21", + "version": "0.1.22", "license": "Apache-2.0", "devDependencies": { "@google-github-actions/actions-utils": "^0.8.10", diff --git a/package.json b/package.json index 183f12856..ce9cc94df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-gemini-cli", - "version": "0.1.21", + "version": "0.1.22", "description": "This works with our versioning tools, this is NOT an NPM repo", "scripts": { "build": "echo \"No build required for composite action\"",