add-to-project icon indicating copy to clipboard operation
add-to-project copied to clipboard

Add support for arbitrary issues created during a workflow

Open miguelaferreira opened this issue 2 years ago • 1 comments

I'm looking for an action that can add an arbitrary issue to a project. For my use-case, I'm creating an issue during a workflow job execution, and after the issue is created I want to assign it to a project board. However, to do that the action needs to take the issue-id as an input.

Could this be a feature for this action?

miguelaferreira avatar Aug 18 '22 19:08 miguelaferreira

Since issue-bot supported adding issues to project v2 a month ago, I used it. https://github.com/imjohnbo/issue-bot/pull/73

ishowta avatar Nov 03 '22 15:11 ishowta