JasonEtco / create-an-issue

A GitHub Action for creating a new issue from a template file.
MIT License
258 stars 83 forks source link

v2.9.0 is breaking change; issue template must contain `name` and `about`, but disallowd. #145

Closed ndxbn closed 1 year ago

ndxbn commented 1 year ago

according to this document, issue templates must contain valid name: and about: keys in the YAML frontmatter for issue templates defined in .md files. But v2.9.0 disallows them.

I tried to remove name and about keys in my issue template, GitHub says it template is invalid. https://github.com/ndxbn/ndxbn/pull/1403

JasonEtco commented 1 year ago

Ah thanks for the issue @ndxbn, I was worried about that. I've opened #146 to fix the problem by adding name and about to the accepted fields.

JasonEtco commented 1 year ago

I've released a new version, v2.9.1, that includes those fields. Let me know if you're still seeing an issue!