betrybe/Create Pull Request from local files
Create branch and Pull Request from local files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token to use for making API requests | yes | — |
| owner | The owner of the GitHub repository you want to create Pull Request | — | — |
| repo | The name of the GitHub repository you want to create Pull Request | — | — |
| branch | The name of the branch you want to create Pull Request head to | — | — |
| storagePath | Local path to storage base files | yes | tmp |
| prefixBranch | Prefix to be added to branch that will be created | yes | automation |
| encodedRemovedFilenames | Encoded Base64 string that contains the name of the removed files | — | — |
| prefixPathForRemovedFiles | Prefix path to be append to removed files | — | — |
Outputs
| name | description |
|---|---|
| prUrl | The url for the created Pull Request. |