Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation #20

Open
fgnievinski opened this issue Jul 11, 2022 · 0 comments
Open

installation #20

fgnievinski opened this issue Jul 11, 2022 · 0 comments

Comments

@fgnievinski
Copy link

greetings! thank you for this tool. can you clarify how to install it, please?

I've tried simply copying the content of:
https://github.com/marketplace/actions/github-issue-copier#workflowyaml

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'

then pasting it in my repo .github/workflow.yml.

but nothing happens when I enter /copy in a issue.

I've also tried copying from:
https://github.com/marketplace/actions/github-issue-copier

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'

do I need to install label-syncer, too?

is the bot enabled by default?

thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant