Apps
Creator
Guilherme Salgueiro
Monitors GitHub Actions workflow runs for ESLint failures and reports to Slack + email when linting errors are detected.
Checks recent workflow runs on the main branch, identifies ESLint/linting failures, and posts alerts to Slack with error details + sends email notification.
| App | Purpose |
|---|---|
| GitHub | Check workflow run status |
| Slack | Alert on failures |
| Gmail | Email alert on failures |
| Input | Description | Format |
|---|---|---|
| owner | GitHub repository owner | username or org |
| repo | Repository name | without .git |
| slack_channel | Slack channel for alerts | WITHOUT # prefix |
Alert posted to Slack and emailed if ESLint errors found, silent otherwise.