Create an r-board with an area named "new issues" (case insensitive)
Add a webhook to a git repo,
2.1. Use URL https://r-board.herokuapp.com/api/v1/webhook/github/{board-id}, with board-id from the URL of you board.
2.2. Use content type to application/json
2.3. Select "Let me select individual events" and pick Issues only.
Create a new issue or change labels of an existing issue.
We kinda have it now.