Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Transfer Issue & Create Stub

Actions
A GitHub Action for transferring issues between github repos with the ability to create a stub issue in the original repo
1.0.0
Star (5)

Transfer Issue GitHub Action

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

Inputs

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

Outputs

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

Basic Example

This will send the issue in a lando org repo to lando/transfer-repo

uses: actions/[email protected]
with:
  destination_repo: 'transfer-repo'

Notes

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.

About

A GitHub Action for transferring issues between github repos with the ability to create a stub issue in the original repo
1.0.0

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.