logo Axolo

Notification

  • Published on
    Slack is a popular tool for receiving these notifications in real-time, but setting up this integration can be tricky. In this article, we'll explore two alternative solutions for setting up GitLab Slack notifications for self-managed instances in 2023. Whether you choose to use a third-party tool or manually configure the notifications, we'll guide you through the steps and offer tips and best practices for a successful setup. Let's get started!
  • Published on
    Developers are more productive when they have a continuous integration/continuous delivery (CI/CD) pipeline in place. GitLab CI/CD is a popular tool for managing pipelines, and one of its great features is the ability to send notifications to Slack. With Slack notifications enabled, developers can get real-time updates on the status of their pipeline, so they always know what's happening with their code changes. In addition, Slack notifications can help to improve collaboration among team members by providing a central place for discussion and feedback.
  • Published on
    In order to receive the right information in your Slack, there are two possibilities to set up notifications for GitHub Actions. The first one is to implement a GitHub Action in your repositories and that will use the Slack API with a OAuth token, the second one is to install an application with a user interface to set up your notifications. We’re going to explain the best of both worlds in this article.