fgerthoffert/Create GitHub Issues from YAML
This actions creates GitHub issues in bulk by parsing the content of a YAML file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 27, 2026
- License
- MIT
Pinned Snippet
uses: fgerthoffert/actions-issues-from-yaml@a0dc08a5d99e12a01c5c69994dc1c46f598847f7 # v2.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub Personal API Token | yes | — |
| config | Filepath to a yaml file containing the configuration | yes | — |
Outputs
| name | description |
|---|---|
| issues | A JSON object containing all of the issues created by the action |