-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs
Description
Suggestion
Spinning off of #4981 (/#4962)
We used to have https://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 it should just work?
Maybe because we don't have a config? It might be worth trying to configure it
File: .github/semantic.yml
enabled: true
titleOnly: true
scopes:
- 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 is https://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.
armano2
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs