Transfer Issue & Create Stub
ActionsA GitHub Action for transferring issues between github repos with the ability to create a stub issue in the original
repo
1.0.0
By lando
Tags
(2)A GitHub Action for transferring issues between github repos with the ability to create a stub issue in the original repo.
The stub issue will be created in the original repo as closed and locked with the message:
@issue-author this is a stub issue that has been created as a placeholder in this repo.
Your original issue has been moved to link-to-transferred-repo-issue
Input | Description | Required | Default |
---|---|---|---|
destination_repo |
The destination repo | yes | - |
github_token |
The GitHub token used to create an authenticated client | no | ${{github.token}} |
create_stub |
Create a stub issue with title and description in original repo | no | true |
Output | Type | Description |
---|---|---|
transferred_issue_number |
String | The issue number of the transferred issue |
transferred_issue_url |
String | The issue url of the transferred issue |
This will send the issue in a lando
org repo to lando/transfer-repo
uses: actions/[email protected]
with:
destination_repo: 'transfer-repo'
GraphQL Mutations for transferring a repo only allows you to tranfer repos within the same owner/org.
Transfer Issue & Create Stub is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.