Skip to content

GitHub Action to copy issues to another repository

License

Notifications You must be signed in to change notification settings

TekExplorer/issue-copy-action

 
 

Repository files navigation

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/issue-copy-action@v0.2.0
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.

About

GitHub Action to copy issues to another repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%