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

docs(doc-15): add descriptions to Kittehub project table #42

Merged
merged 2 commits into from
Aug 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ projects for:

| Name | Description | Integrations |
| :------------------------------------------------------------ | :------------------------------------------------------------------------------ | :-------------------------------- |
| [AWS Health to Slack](./aws_health_to_slack/) | | AWS (Health) → Slack |
| [Break-Glass](./break_glass/) | | Slack → AWS (IAM), Jira |
| [Categorize Emails](./categorize_emails/) | | Gmail → ChatGPT → Slack |
| [Confluence to Slack](./confluence_to_slack/) | | Confluence → Slack |
| [Create Jira Issue](./create_jira_issue/) | | HTTP → Jira |
| [Data Pipeline](./data_pipeline/) | | AWS (SNS, S3) → SQLite |
| [GitHub Copilot Seats](./github_copilot/) | ... (implemented in Starlark) | GitHub ↔ Slack |
| [Google Forms to Jira](./google_forms_to_jira/) | | Google Forms → Jira |
| [Jira Assignee From Calendar](./jira_assignee_from_calendar/) | | Jira ↔ Google Calendar |
| [Jira to Google Calendar](./jira_to_google_calendar/) | | Jira → Google Calendar |
| [AWS Health to Slack](./aws_health_to_slack/) | Notify about AWS Health events based on resource ownership mapping | AWS (Health) → Slack |
| [Break-Glass](./break_glass/) | Orchestrate break glass requests and approvals for elevated permissions | Slack → AWS (IAM), Jira |
| [Categorize Emails](./categorize_emails/) | Categorize new emails and notify the appropriate channels based on the content | Gmail → ChatGPT → Slack |
| [Confluence to Slack](./confluence_to_slack/) | Notify when a new page with a specific label is created | Confluence → Slack |
| [Create Jira Issue](./create_jira_issue/) | Create Jira issues from webhook requests | HTTP → Jira |
| [Data Pipeline](./data_pipeline/) | Process new S3 files: parse and store data in a database pipeline | AWS (SNS, S3) → SQLite |
| [GitHub Copilot Seats](./github_copilot/) | Automate daily GitHub Copilot user pruning and notify users of changes | GitHub ↔ Slack |
| [Google Forms to Jira](./google_forms_to_jira/) | Poll a form for responses and create an issue for each new entry | Google Forms → Jira |
| [Jira Assignee From Calendar](./jira_assignee_from_calendar/) | Assign Jira issues based on the current on-call person from a shared calendar | Jira ↔ Google Calendar |
| [Jira to Google Calendar](./jira_to_google_calendar/) | Create calendar events from Jira issues to schedule and track reviews | Jira → Google Calendar |
| [Pull Request Review Reminder (Purrr)](./purrr/) | Streamline code reviews and cut down the turnaround time to merge pull requests | GitHub ↔ Slack |
| [ReviewKitteh](./reviewkitteh/) | Monitor pull requests, and meow at random people | GitHub, Google Sheets, Slack |
| [Task Chain](./task_chain/) | Run a sequence of tasks with fault tolerance | Slack |