mochajs / mocha

☕️ simple, flexible, fun javascript test framework for node.js & the browser

Home Page:https://mochajs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛠 Repo: Add PR compliance action

JoshuaKGoldberg opened this issue · comments

Tooling Suggestion Checklist

Overview

From a meeting with @voxpelli: we'd like to add automation to enforce that PRs adhere to the contributing guidelines. Most notably:

  • Have a semantic commit for their title: e.g. feat: add something instead of Adds Something
  • Addresses an open issue

Right now, the best action I've found for that is https://github.com/mtfoley/pr-compliance-action. I use it in https://github.com/JoshuaKGoldberg/create-typescript-app and have been pleased with it.

Additional Info

cc @mtfoley 🙂