open-sauced / intro

Empowering Your Open Source Journey: From First Contribution to Project Leadership
https://opensauced.pizza/learn
Other
535 stars 110 forks source link

Feature: Add a compliance workflow to GitHub Action #186

Closed adiati98 closed 4 months ago

adiati98 commented 4 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.