lando/Transfer Issue & Create Stub
A GitHub Action for transferring issues between github repos with the ability to create a stub issue in the original repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apply_label | A label to apply on the new issue in the format "LABEL:HEXCODE" | — | false |
| create_stub | Create a stub issue with title and description in original repo | — | false |
| debug | Enable debug output | — | false |
| router | A label to repo routing in the form "LABEL:REPO" | yes | — |
| token | The GitHub Personal Access Token | yes | — |
Outputs
| name | description |
|---|---|
| destination_repo | The name of the destination repo |
| new_issue_number | The number of the new issue |
| new_issue_url | The url of the new issue |
| stub_issue_number | The number of the created issue stub |