Summary
Create an AutoKitteh project that sends SMS notifications when new GitHub issues are created in your repository.
The solution
Create a system that:
- Listens for GitHub issue webhook events (issue created)
- Extracts issue details (title, author, repository, URL)
- Sends formatted SMS notifications via Twilio
- Supports multiple phone numbers from environment variables
- Filters by issue labels (e.g., only "urgent" or "bug" labels)
- Includes basic rate limiting to avoid SMS spam
Resources:
Summary
Create an AutoKitteh project that sends SMS notifications when new GitHub issues are created in your repository.
The solution
Create a system that:
Resources:
devops/github_issue_alert/andsamples/twilio/for patterns