Categorygithub.com/wojtekwanczyk/github-review-bot
module
0.0.0-20250121111008-10ed2ddf1a0b
Repository: https://github.com/wojtekwanczyk/github-review-bot.git
Documentation: pkg.go.dev

# README

github-review-bot

Send notifications to reviewers about pull requests updates.

Env vars

Kept in git ignored secrets file

export WEBEX_BOT_TOKEN="bot-token"
export WEBEX_ROOM_MAPPING_PATH="room_mapping.json"

Room mapping

Example of format of room_mapping.json file

{
    "user1": "room-id1",
    "user2": "room-id2"
}

# Packages

No description provided by the author
No description provided by the author