📫 Get notified about new issues with specific label
- Run
npm install -g github-label-notify - Go to the IFTTT Maker Channel, activate the channel, and record your maker key.
- Duplicate the template IFTTT recipe - which uses the GMail channel - or setup a new IFTTT recipe that uses the Maker channel with event name
new_github_issueas the trigger. - Run
glnotify setupand enter your IFTTT key. - Run
glnotify addto add repositories and labels to your watch list.- Alternatively, you can directly edit
watch_list.json
- Alternatively, you can directly edit
- Run
glnotify initto mark all current issues as 'read'. This is important. If you do not, runningglnotifywill spam you with a backlog of notifications. - Run
glnotifyto start listening for new Github issues per your watchlist.
new_github_issue
[Github-Notify] New Issue with labels: {{Value2}}
New Issue: {{Value1}}<br>
Labels: {{Value2}}<br>
Link: {{Value3}}
If you wish to make your own type of notification from github_label_notify, the 'values' given by the module are as follows:
Value1: Issue Title + NumberValue2: Issue Labels (comma separated)Value3: Link to the Github issue