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 itself?
in my usecase for this, the entire file is autogenerated, and i want to use the <h1> that's in the file as the issue title

if this is out-of-scope, don't worry! 😊 ill live. thanks for making this action in the first place! ❤️
Would it be possible to auto-detect a header from a
# titlelike 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 atitle:param in the action itself?in my usecase for this, the entire file is autogenerated, and i want to use the
<h1>that's in the file as the issue titleif this is out-of-scope, don't worry! 😊 ill live. thanks for making this action in the first place! ❤️