Skip to content

Github Issue Copier

Actions
Copy an issue to another repository
v0.2.0
Latest
Star (10)

CI Release Marketplace Dependabot

Issue Copy Action

This action copies issue to another repository by any keyword.

Example usage

Screen Shot

Base issue

スクリーンショット 2019-12-25 18 05 22 2

Copied issue

スクリーンショット 2019-12-25 18 05 11 2

workflow.yaml

uses: soichisumi/[email protected]
with:
  keyword: "/copy"
  targetRepository: soichisumi/issue-copy-action
  githubToken: ${{ secrets.GITHUB_TOKEN }}
  contentOfNewIssue: 'prefix of newly created issue'

Inputs

targetRepository

Required The repository to which generated issue is copied. format: $OWNER/$REPO_NAME.

githubToken

Required Set Github Actions's GITHUB_TOKEN or your github token to this input.

keyword

optional Keyword to trigger this action. The action is executed in the case of lowercased issue comment matched with lowercased keyword.

Default: /copy

contentOfNewIssue

optional Content of newly created issue.

Default: ''

Outputs

created

The issue which is created by this action.

Github Issue Copier 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

Copy an issue to another repository
v0.2.0
Latest

Github Issue Copier 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.