patronage / bubs-next

Headless Wordpress + Next.js Project scaffolding
https://bubs-next.vercel.app
MIT License
37 stars 10 forks source link

Restore conventional commits action #250

Closed ccorda closed 1 year ago

ccorda commented 1 year ago

We used to have conventional commits enforced, can we get that back for this, bubs-timber, and also our private fired-up-launch repo?

kylehotchkiss commented 1 year ago

I found out what happened to the old one! https://github.com/zeke/semantic-pull-requests It died with Heroku's free tier. Zeke recommended https://github.com/Ezard/semantic-prs which can be installed via marketplace here: https://github.com/marketplace/semantic-prs. I like this technique since we're not hardcoding actions that would apply to cloned copies of bubs-next.

kylehotchkiss commented 1 year ago

Before PR title Fix Screenshot 2023-02-09 at 3 59 25 PM

After PR title Fix Screenshot 2023-02-09 at 4 00 50 PM

Looks like it's already working! Moving this to "In Review"

ccorda commented 1 year ago

Working great -- thanks @kylehotchkiss.