Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable tutorial proposal #2615

Merged
merged 17 commits into from
Oct 10, 2024
26 changes: 26 additions & 0 deletions contributions/executable-tutorial/aleliu-gussvens/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

Building and integrating a slack bot with GitHub actions using Node.js

## Names and KTH ID

- Alexander Liu (aleliu@kth.se)
- Gustaf Svensson (gussvens@kth.se)

## Deadline

- Task 3

## Category

- Executable tutorial

## Description

In our tutorial we will show how to set up a slack bot using node.js to monitor GitHub actions through notification in a slack channel. The bot will be able to parse github logs into readable slack messages in order to simplify continuous development and monitoring.

**Relevance**

Effective monitoring and automation is crucial to the DevOps life cycle. By integrating slack bot with GitHub actions developers can get real-time status updates on ongoing processes directly in their slack workspace. Additionally, developers can trigger pre-defined common events through slack increasing the efficiency of the entire process. The use of slack streamlines the continuous devlopment and monitoring process for developers and is a critical part in the DevOps cycle.
Loading