arturocuicas/Multi Remote Pull Requests for Another Repositories
Used for pull requests a copy of a folder to another repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 26, 2024
- License
- Apache 2.0
Pinned Snippet
uses: arturocuicas/multi-remote-pull-requets@91080ca389fc6e230c68f63c28bcc512e41a7ce4 # v0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source_folder | Source folder from origin | yes | — |
| destination_repos | Destination repositories file | yes | — |
| destination_folder | Destination folder to push the origin folder | no | — |
| user_email | Email for the git commit | yes | — |
| user_name | GitHub username for the commit | yes | — |
| destination_head_branch | The branch to create to push the changes. Cannot be master or main | yes | — |
| destination_base_branch | The branch into which you want your code merged. | no | main |
| pull_request_reviewers | Pull request reviewers users | no | — |
| title | The title of the pull request | no | Pull Request for Repo: ${{ github.repository }} |
| body | The body of the pull request | no | "" |
Outputs
no outputs