| token | A token that can be used to authenticate within GitHub with content write access to your repo | — | ${{ github.token }} |
| title | The title of the Pull Request | — | Auto generated Pull Request by action create-pull-request |
| body | The body of the pull request | — | See Files changed for more details |
| draft | Create a draft pull request | — | FALSE |
| head | The Pull Request head branch | — | ${{ github.ref }} |
| base | The Pull Request base branch | — | master |
| repository | The owner and repository | — | ${{ github.repository }} |
| labels | A comma or newline separated list of labels | — | — |
| assignees | A comma or newline separated list of assignees | — | — |
| reviewers | A comma or newline separated list of reviewers | — | — |
| team-reviewers | A comma or newline separated list of GitHub teams to set as reviewers Note: A `repo` scoped Personal Access Token (PAT) may be required
| — | — |
| milestone | The number of the milestone to associate with the pull request | — | — |