Skip to content

Repo: setup a GH action to help validate and educate PR title #5110

Closed
@bradzacher

Description

@bradzacher

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    accepting prsGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions