BunSamosa-Bot is the official Github bot for ACM PESUECC's Hacknight.
-
Install the bot in the Github Org
-
Create a
secrets-dev.yamlfile with the following fields
# Private Key to authenticate with the Github bot
certPath:
# Webhook secret to receive Github events
webhookSecret:
# App ID of the bot installed in the Github organisation
appID:
# Github Org ID
orgID:
# Port on which the web server listens
webServerPort:
# Sqlite3 DB Path
dbPath:
# Timer Service Webhook URL
timerDaemonURL:
# Maintainer Leads with @ for mentioning
maintainer-leads:
# Tech Leads with @ for mentioning
tech-leads:-
Update
dev/init.sqlwith the list of maintainers and contributors -
Run
make setup-schema, stop the service and runmake populate-dbto add the maintainers and contributors -
Run
maketo start the bot in development mode