actions-marketplace-validations/the-autobot
Raise a pull request to another repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git_config_user_email | The email of the user who will commit the changes | yes | — |
| git_config_user_name | The username of the user who will commit the changes | yes | — |
| source_dir | Source repository directory to copy the files from | yes | — |
| source_dir_copy_glob | During copying, you can use globbing to control the patterns that will be copied to the directory of the target repo. By default extglob, dotglob and globstar are enabled | no | — |
| target_repo | Target repository to copy the files to | yes | — |
| target_dir | Target repository directory where the files copied from the source directory will be pushed | yes | — |
| pr_target_repo_base_branch | The branch name in which the code will be merged | — | main |
| pr_target_repo_compare_branch | The branch name where the changes will be pushed | no | — |
| pr_title | Pull request title | no | — |
| pr_label | The label to assign to the pull request | — | autobot |
| pr_description_text | Pull request description text | no | — |
Outputs
no outputs