Pull Requests Configuration

Configuration options specific to pull request workflows

Pull Requests Configuration

These inputs apply when the action runs on pull_request events. For the complete list of all action inputs, see Configuration.

Project and assignees

InputDescriptionDefault
project-idsComma-separated GitHub Project IDs to link PRs to
project-column-pull-request-createdColumn for newly created/linked PRs"In Progress"
project-column-pull-request-in-progressColumn for in-progress PRs"In Progress"
desired-reviewers-countNumber of reviewers to assign (max: 15)1

AI (PR description and comments)

InputDescriptionDefault
ai-pull-request-descriptionEnable AI-generated PR descriptions (requires OpenCode)"true"
pull-requests-localeTarget locale for PR review comment translation"en-US"
ai-members-onlyRestrict AI PR description to org/project members only"false"

See AI PR description for how the description is generated and OpenCode (AI) for server and model setup.

Images on pull requests

InputDescriptionDefault
images-on-pull-requestEnable images in PR comments"true"
images-pull-request-automaticImage URLs for automatic PR comments(built-in)
images-pull-request-featureImage URLs for feature PR comments(built-in)
images-pull-request-bugfixImage URLs for bugfix PR comments(built-in)
Same pattern for docs, chore, hotfix, release

Other

InputDescriptionDefault
commit-prefix-transformsTransforms for commit prefix from branch name (e.g. replace-slash)"replace-slash"
tokenGitHub PAT (required for linking and project updates)

For size thresholds, priority labels, and branch naming (used when the action infers the issue from the branch), see Configuration.