marcellussiegburg/Copy Github Issues
Copy Github issues from one repository to another
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_token | The token of the source repository | no | — |
| source_user | The user as which to authenticate in order to use the source_token | no | — |
| source_owner | The owner of the source repository | no | — |
| source_repository | The source repositories name | no | — |
| target_token | The token of the target repository | no | — |
| target_user | The user as which to authenticate in order to use the target_token | no | — |
| target_owner | The owner of the target repository | no | — |
| target_repository | The target repositories name | no | — |
| force_issue_number | Whether to force synchronising issue numbers when copying | yes | true |
| copy_all_missing_issues | Whether to copy all missing intermediate issues | yes | false |
| close_issue | Whether to close the issue copy | yes | false |
| reference_old_issue | Whether to reference the old issue within the new issue | yes | false |
| issue_title | Use this issue title for copied issues | yes | — |
| issue_body | Use this issue body for copied issues | yes | — |
| deleted_issue_title | Use this issue title for issues for which there does not exist a number any more | yes | GONE |
| deleted_issue_body | Use this issue body for copied issues for which there does not exist a number any more | no | — |
Outputs
no outputs