savi-lang/Pull from Base
A GitHub Action to automatically create pull requests from a changing upstream base repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | User token to be associated with this pull request. | yes | — |
| source-repo | Repo to pull from (e.g. `savi-lang/base-repo-library`) | yes | — |
| source-branch | Branch to pull from (e.g. `main`) | yes | — |
| target-repo | Repo to pull into (e.g. the current repository) | yes | — |
| target-branch | Branch to pull into (e.g. `main`) | yes | — |
| pull-request-title | Title of the new pull request to be created | no | — |
| pull-request-body | Body of the new pull request to be created | no | — |
Outputs
no outputs