Will sit and watch the branch you're working on and make a sound when CI is complete.
- create a virtual environment
pip install --upgrade pip setuptools wheelpip install -r requirements.txt
Needs a yaml file in running directory named config.yaml
---
github_token: <token from github>
sound: elegant-notification-sound.mp3python watch.py /PATH/TO/REPO
- Log into github
- Click your top-right user icon
- Click
Settings - Click
Developer settingsat bottom of left navigation - Click
Personal access tokens - Click
Tokens (classic) - Generate a new token and copy it
- Paste token into config
- Click
Configure SSOon that token and do the things
If the remote branch gets deleted it'll error, but just restart it