|
32 | 32 | <a href="#version2" class="dropdown-item">version2</a> |
33 | 33 | <a href="#prmirror" class="dropdown-item">PR Mirror</a> |
34 | 34 | <a href="#rootly-incident-action" class="dropdown-item">Rootly Incident Action</a> |
| 35 | + <a href="#rootly-alert-action" class="dropdown-item">Rootly Alert Action</a> |
35 | 36 | </div> |
36 | 37 | </div> |
37 | 38 | <a href="#support" class="nav-item">Support the Devs</a> |
@@ -352,8 +353,31 @@ <h3> |
352 | 353 | </a> |
353 | 354 | </em></p> |
354 | 355 | <p> |
355 | | - A GitHub Action for creating incidents and alerts in Rootly, a platform for incident management and response. |
| 356 | + A GitHub Action for creating incidents using Rootly, a platform for incident management and response. |
356 | 357 | This action integrates seamlessly with your CI/CD workflows to automatically create incidents when issues are detected. |
| 358 | + This action fully implements the <a href="https://docs.rootly.com/api-reference/incidents/creates-an-incident" class="rootly-link" target="_blank" rel="noopener noreferrer"><code>creates-an-incident</code></a> api. |
| 359 | + </p> |
| 360 | + </div> |
| 361 | + <div id="rootly-alert-action" class="project-item"> |
| 362 | + <a href="https://github.com/PandasWhoCode/rootly-alert-action" class="project-logo-link" target="_blank" rel="noopener noreferrer"> |
| 363 | + <img src="images/rootly-alert-action.png" alt="Rootly Alert Action Logo" class="project-logo"> |
| 364 | + </a> |
| 365 | + <h3> |
| 366 | + Rootly Alert Action |
| 367 | + <a href="https://github.com/PandasWhoCode/rootly-alert-action" class="project-link" target="_blank" rel="noopener noreferrer"> |
| 368 | + <i class="fab fa-github"></i> |
| 369 | + </a> |
| 370 | + </h3> |
| 371 | + <p><em> |
| 372 | + Github Marketplace |
| 373 | + <a href="https://github.com/marketplace/actions/rootly-alert-action" class="project-link" target="_blank" rel="noopener noreferrer"> |
| 374 | + <i class="fab fa-github"></i> |
| 375 | + </a> |
| 376 | + </em></p> |
| 377 | + <p> |
| 378 | + A GitHub Action for creating alerts using Rootly, a platform for incident management and response. |
| 379 | + This action integrates seamlessly with your CI/CD workflows to automatically create alerts when issues are detected. |
| 380 | + This action fully implements the <a href="https://docs.rootly.com/api-reference/alerts/creates-an-alert" class="rootly-link" target="_blank" rel="noopener noreferrer"><code>creates-an-alert</code></a> api. |
357 | 381 | </p> |
358 | 382 | </div> |
359 | 383 | </div> |
|
0 commit comments