Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 529 Bytes

gitmoji-police

a GitHub App built with probot that makes sure that all the commits in your repository have a Gitmoji in them.

See the Gitmoji homepage for correct Gitmoji usage.

Installation

Visit https://github.com/apps/gitmoji-police and click on Install. Voilà!

Dev setup

# Install dependencies
npm install

# Run the bot
npm start

See docs/deploy.md if you would like to run your own instance of this app.