fgerthoffert/Transfer issues with labels
Transfer issues between repositories using labels, including private to public transfers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub Personal API Token | yes | — |
| router_prefix | Label prefix to identify where to transfer the issue (for example, "transfer:") | yes | transfer: |
| allow_private_public_transfer | Allow issues to be transferred from private to public repositories. | — | false |
| allow_private_public_transfer_comment | Once an issue is transferred from a private to a public repository, a comment will be added to the issue detailing the repositories. | — | false |
| create_labels_if_missing | Create labels in the destination repository if missing | — | true |
| github_issue_id | When providing a GitHub Issue ID (GraphQL ID) the action will use that ID instead of the one provided in the event payload. | no | — |
Outputs
| name | description |
|---|---|
| issue_id | Issue ID of the transferred issue |