JasonEtco / create-an-issue

A GitHub Action for creating a new issue from a template file.
MIT License
258 stars 83 forks source link

Feature request: assign issue to a board #150

Open donat opened 1 year ago

donat commented 1 year ago

It would be nice if the newly created issue could appear on a GitHub project.

nmeisenzahl commented 1 year ago

I tried to work around this by using actions/add-to-project but somehow it looks like create-an-issue does not create an issue opened event to trigger another workflow afterward. So +1 😄

phifuh commented 8 months ago

@donat @nmeisenzahl any solution for this yet? I am in the same situation

nmeisenzahl commented 8 months ago

@phifuh We currently using the Project workflows to automatically add issues to a specific project.