srggrs / assign-one-project-github-action

Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
MIT License
169 stars 60 forks source link

Confused on what code to use #93

Open N6REJ opened 4 months ago

N6REJ commented 4 months ago

When I look at your example code it doesn't match the descriptive text. What I'd like to do is automatically add to project "https://github.com/orgs/Bearsampp/projects/2" if the "bug" label has been applied, into the "Todo" column and then when a pr is created move it to the "Needs Review" and finally when merged move it to the "Done" column. How do I implement this?

Thanks in advance