Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
We used to havehttps://github.com/zeke/semantic-pull-requests setup and working as a CI step, however it appears to no longer work. I'm not sure why!
I've double checked and we have the app installed in the repo so itshould just work?
Maybe because we don't have a config? It might be worth trying to configure it
File:.github/semantic.yml
enabled:truetitleOnly:truescopes: -ast-utils -...types: -feat -fix -docs -chore -test -revert
Otherwise, given that we're all-in on GH actions - we could just setup a GH action for this!
First hit on google ishttps://github.com/amannn/action-semantic-pull-request.
This might be the better action so we can reduce our app surface area and better monitor the things we're using.