houdou/Quick Pull Request
Make a PR on a single file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 15, 2023
- License
- GPL 3.0
Pinned Snippet
uses: houdou/quick-pull-request-action@0c889d9c03abd187b7f67155d4f6de33c268a5d4 # 0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | github token | yes | — |
| owner | repo to create pr: owner | yes | — |
| repo | repo to create pr: repo | yes | — |
| base_branch | base branch to checkout | no | main |
| file_path | file path to save the changes | yes | — |
| content | FULL content of the updated file | yes | — |
Outputs
| name | description |
|---|---|
| pull_request | Created pr object |