create-an-issue icon indicating copy to clipboard operation
create-an-issue copied to clipboard

Support body and title from action inputs

Open adborden opened this issue 3 years ago • 1 comments

I'd like to have the action completely contained within the GH workflow instead of requiring a template file. This also makes it easier to refer to GitHub Action context, job, and step outputs.

adborden avatar May 14 '21 19:05 adborden

Seems reasonable to me! If you're up for it, a PR would be welcome - here's a similar addition you can look at: https://github.com/JasonEtco/create-an-issue/pull/44. Let me know if you have any questions!

JasonEtco avatar May 14 '21 19:05 JasonEtco

Close for inactivity. Anyone is welcome to reopen it and open a PR for it, but since no one has, I'll assume it's not a pressing request.

JasonEtco avatar Dec 23 '22 06:12 JasonEtco

Hey @JasonEtco.

I think this would be a really useful feature to use alongside GitHub Reusable Workflows.

The way this action works currently, the template files need to be added to every repository that has a caller workflow, instead of only adding it to the reusable workflow repository. Alternatively, you can do something "hacky" like this.

The proposed feature would solve this problem completely.

I would be willing to work on a PR for this, but at the moment I'm not sure about a time frame for it to be finished.

The issue-bot action could serve as a reference on how to implement this feature.

saerosV avatar Mar 08 '23 21:03 saerosV