blog/automate-adding-gh-issues-projects-beta/ #1143
Replies: 2 comments
-
Want to join in the discussion? You can do that in two ways! You can either authorize the giscus app to post on your behalf using the GitHub OAuth flow. Alternatively, you can comment in GitHub Discussions directly if you'd prefer not to grant access to the giscus app. Please keep the discussion on topic with the post. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Exactly what I was looking for :) I though worflows were adding issues automatically to the project, but I was wrong... This workaround works great! Thanks Chris ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog/automate-adding-gh-issues-projects-beta/
I've been following the GitHub Projects beta for a while now, and have been fortunate to be accepted as an early adopter. I'm a big fan of the direction, and the flexibility. One of the limitations I've noticed is that there's currently no built-in way to automatically add an issue to a project board. It's on the backlog, but not yet available. Fortunately, GitHub Actions has us sorted. I'll walk you through a sample I put together to do exactly that.
https://www.cloudwithchris.com/blog/automate-adding-gh-issues-projects-beta/
Beta Was this translation helpful? Give feedback.
All reactions