Skip to content

dpanayotov/issue-cloner

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone issue to another repository

Clone an issue to a predefined repository when labeled with a specific label

Inputs

token

Required Github token with repo:all permissions.

targetRepo

Required The repository in which to clone the issue.

label

Optional The label on which to react. Default clone.

Example usage

uses: dpanayotov/issue-cloner@v0.2
with:
  label: "clone"
  targetRepo: myorg/myrepo
  token: ${{ secrets.CLONE_ISSUE_TOKEN }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published