/repo-love

Send engineers reminders via slack to keep your repos up to date.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Repo Love 💘

👩‍💻👨‍💻 -- Send engineers reminders via slack to keep your repos up to date.

Quality Gate Status Build Status Coverage Status

🔨 Built with

Setup

  • Add API tokens in .env file, copy template from .env.default
  • The CHANNEL_ID is used to fetch a list of engineers. How to find the channel id
  • Setup slack app

📖 Slack App Notes

When setting up the app it will require the following scopes oauth enabled along with the Bot User OAuth Access Token:

Bot Token Scopes

  • channels:read
  • chat:write
  • usergroups:read
  • users:read

📖 Commands

Command Purpose
npm run dev Run script locally
npm run build Compile application