Notify Slack of a review of Pull Requests in the GitHub repository.
- Python 3.9 or later
- poetry
pip install gs-reminder
gs-reminder -r nnsnodnb/gs-reminder -u examples/username.json --iconGITHUB_TOKEN- Required
- Your GitHub Personal Access Token.
SLACK_URL- Required
- Incoming webhook's url of Slack app.
-
--repoor-r- Required
- Your GitHub repository name. (ex.
nnsnodnb/gs-reminder)
-
--file-usernameor-u- Optional
- Corresponding files for GitHub and Slack usernames. (ex.
examples/username.json)[ { "github": "nnsnodnb", "slack": "yuya.oka" } ]
-
--limitor-l- Optional
- Number of Pull Requests to notify Slack. Max: 20 (default: 20)
-
--iconor-i- Optional
- Give GitHub icons to Slack notifications.
-
--exclude-usersor-eu- Optional
- GitHub users to remove from reviewers upon notification.
-eu nnsnodnb # this name is GitHub username
This software is licensed under the MIT License.
