logo Axolo

Slack

  • 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
    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
    GitHub bots, sometimes referred to as GitHub Apps, are essentially bots that support the software development process on GitHub. These apps are first-class actors, so they can do just about any task on GitHub - sadly, they won't write code for you (yet). In this article, we will explain how to create a GitHub bots without using any specific language (you should be able to do it even if you work in Java, who knows?) and using the Probot framework on Node.js.