create-issue-from-file icon indicating copy to clipboard operation
create-issue-from-file copied to clipboard

A GitHub action to create an issue using content from a file

Results 7 create-issue-from-file issues
Sort by recently updated
recently updated
newest added

It would be great to be able to avoid creating an issue when one with the same title already exists (optionally I suppose)

enhancement

# 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) ```

report
automated issue

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).

chatops

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) ```

report
automated issue

# 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/