Skip to main content

GitHub

At balena, we’re heavy GitHub users. If you’re a developer, you’ll be using GitHub on a daily basis for several reasons, and there are times when GitHub can be “noisy”.

Before you start, you should have access to the following organizations, in no particular order:

Note that you’ll receive as many invites as the GitHub organizations you are requested to join.

Filtering notifications

We’ve found it really useful to filter the notifications we receive in our inboxes.

info

Email notifications for Issues, Pull Requests, and Gists can easily be filtered by the List-ID header. Look for this header value to sort your notifications, or even forward them to a more appropriate email account. You can filter on *.org.github.com to filter out emails by organization, or REPO.org.github.com to filter out emails from a specific repo.

Email notifications routing

You can choose which orgs’ emails to receive to which inbox by visiting GitHub > Settings > Notifications > Email notification preferences > Custom routing. Try sending all company related notifications to your @balena.io inbox. You can also check out this guide about email notifications and GitHub.

Unwatch repos

Did you know that you can automatically unwatch the repos that you don’t work on directly? This way, you’ll only get notifications on mentions and assigned issues or PRs. Open the repo you’d like to unwatch and click the Unwatch button which is next to the Star button.

If you’d like to automatically unwatch all new repos, go to GitHub > Settings > Notifications > Automatic watching and uncheck the "Automatically watch repositories" option.

Note that unwatch shouldn’t mean ignore. Especially if you choose to automatically unwatch the new repos, make sure to manually watch those that are related to your job and your tasks.

In addition, you can unsubscribe from notifications from a PR thread at the bottom of the right hand menu for that particular PR.

If you find you need to unsubscribe from a lot of repos in bulk, this GitHub subscriptions list may help.

Resources

Not all balenistas will be familiar with GitHub, so here are some resources that balenistas have found helpful, whether it is to get you started or dive into specific areas.

In case you’re not familiar with git and GitHub, we suggest following GitHub's Hello World guide. Otherwise, if you are comfortable with using the command line follow git - the simple guide, bitbucket guide or git magic. We also recommend setting up an SSH key for GitHub if you don't have one already.

More resources