ncalteen/Pull Request Requester
Demonstrates how to automatically create pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 22, 2023
- License
- None
Pinned Snippet
uses: ncalteen/pull-request-requester@a02e5d88112863a123ad9368b58b50b11470fd51 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| head_ref | The head branch to create the pull request from. Defaults to the base ref of the PR that triggered this action. | yes | ${{ github.base_ref }} |
| owner | The owner of the repository to create the pull request in. Defaults to the owner of the PR that triggered this action. | yes | ${{ github.event.repository.owner.login }} |
| repo | The repository to create the pull request in. Defaults to the repository of the PR that triggered this action. | yes | ${{ github.event.repository.name }} |
| target_ref | The base branch to create the pull request against. Defaults to the default branch of the repository. | yes | ${{ github.event.repository.default_branch }} |
Outputs
no outputs