create-issue-from-file
create-issue-from-file copied to clipboard
A GitHub action to create an issue using content from a file
It would be great to be able to avoid creating an issue when one with the same title already exists (optionally I suppose)
# title An example issue created using content from [example-content/output.md](https://github.com/peter-evans/create-issue-from-file/blob/main/example-content/output.md) ## subtitle Some text - bullet points - bullet points "quoted string" ```python s = "syntax highlighting" print(s) ```
[ChatOps]
This issue is for "ChatOps" purposes. If you are interested in how this works, see [slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch).
Would it be possible to auto-detect a header from a `# title` like in the example https://github.com/peter-evans/create-issue-from-file/blob/main/example-content/output.md so that i don't need to specify a `title:` param in the action...
# title An example issue created using content from [example-content/output.md](https://github.com/peter-evans/create-issue-from-file/blob/main/example-content/output.md) ## subtitle Some text - bullet points - bullet points "quoted string" ```python s = "syntax highlighting" print(s) ```
# title An example issue created using content from [example-content/output.md](https://github.com/peter-evans/create-issue-from-file/blob/main/example-content/output.md) ## subtitle Some text - bullet points - bullet points "quoted string" ```python s = "syntax highlighting" print(s) ```
Would be great if this supported assigning an issue to an issue type - https://docs.github.com/en/issues/tracking-your-work-with-issues/configuring-issues/managing-issue-types-in-an-organization - https://github.com/github/roadmap/issues/837 - https://github.blog/changelog/2024-10-01-evolving-github-issues-public-beta/