Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 226 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 226 Bytes

Lillybot

🐕 Yet another chatbot to update the team of opened pull requests in GitHub, written in Node.js.

Create your env.js

env.js:

module.export = {
  "githubToken": "yourToken",
  "githubOrg": "yourOrg"
}