msgibble/Github Issue Copier
Copy an issue to another repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | Github token | yes | — |
| targetRepository | Repository to which generated issue is copied. format: $OWNER/$REPO_NAME | yes | — |
| keyword | Keyword to trigger this action. The action is executed in the case of lowercased issue comment matched with lowercased keyword. | — | /copy |
| contentOfNewIssue | Content of newly created issue | — | "" |
Outputs
| name | description |
|---|---|
| created | The created issue |
| runs | — |
| branding | — |