My GITHUB integrations / apps

Github has integrations apps – means bots that automatically interacts with your repository. Those are the bots most used by me:

 

No Name Description
1 All Contributors https://github.com/settings/installations/7389985 Add contributions to the repository. Example at https://github.com/ignatandrei/netcoreblockly , see contributions added automatically
2 Img Bot https://github.com/settings/installations/310858 Automatically optimizes the images and creates a PR for them . Example at https://github.com/ignatandrei/NETCoreBlockly/pull/125
3 Todo Bot https://github.com/settings/installations/73483 Allow  to transfer TODO comments in the code to create a new issue. Example : https://github.com/ignatandrei/NETCoreBlockly/issues/132
4 Triage New Issues https://github.com/settings/installations/7390132  When create a new issue without labels, put the triage label to be easy found later. For example, https://github.com/ignatandrei/NETCoreBlockly/issues/65
5 Weekly Digest https://github.com/settings/installations/7390079  If interested what’s new with your repositories. For example, https://github.com/ignatandrei/NETCoreBlockly/issues/73
6 Depend A Bot https://github.com/settings/installations/652713 Scans the repository for outdated

 

Also, I am a big fan of GitHub Actions – easy to use. See an example at https://github.com/ignatandrei/NETCoreBlockly/blob/master/.github/workflows/dotnetTools.yml