googleapis/Code-Suggester
An action-wrapper for the npm cli code-suggester. It suggests code to your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- Apache 2.0
Pinned Snippet
uses: googleapis/code-suggester@c8a43cd63f56d475a4be2d9bc573bebd8fc0079d # v5.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command for code-suggester to run. Can be "pr" or "review" | yes | — |
| upstream_repo | The repository to create the fork off of. | — | — |
| upstream_owner | The owner of the upstream repository. | — | — |
| description | The GitHub Pull Request description. Required for "pr" command. | — | — |
| title | The GitHub Pull Request title. Required for "pr" command. | — | — |
| message | The GitHub commit message. Required for "pr" command. | — | — |
| branch | The GitHub working branch name. Required for "pr" command. | — | — |
| primary | The primary upstream branch to open a PR against. | — | main |
| force | Whether or not to force push a reference with different commit history before the remote reference HEAD. Default is false | — | false |
| maintainers_can_modify | Whether or not maintainers can modify the pull request. | — | true |
| git_dir | The path of a git directory | — | . |
| fork | Whether or not to attempt forking to a separate repository. Default is true. | — | true |
| pull_number | Pull Request number to review. Required for "review" command. | — | — |
| labels | Labels to add to the pull request being opened. | — | — |
Outputs
no outputs