open-sauced / pizza-verse

A repository for all things pizza.
MIT License
38 stars 55 forks source link

Feature: Add compliance workflow to GitHub Action #89

Closed adiati98 closed 3 months ago

adiati98 commented 3 months ago

Suggested solution

Currently, we have no GH action workflow applied in this repo to check if changes are made directly on default branch or if the title of a PR is following our convention.

Let's add the "Compliance" workflow. We can refer to the workflow in the hot repo and implement it here following what we have in the docs repo.