dsanchezcr/Issue Importer Action
Import issues from CSV or JSON files into a GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-path | Path to the CSV or JSON file containing issues to import | yes | — |
| file-format | Format of the input file (csv or json) | yes | csv |
| github-token | GitHub token with repository write permissions | yes | — |
| dry-run | Perform a dry run without creating actual issues | no | false |
Outputs
| name | description |
|---|---|
| issues-created | Number of issues successfully created |
| issues-failed | Number of issues that failed to create |
| summary | Summary of the import operation |