Skip to content

Commit

Permalink
chore: add rows to index + rename 2 projects (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
daabr authored Aug 9, 2024
1 parent b2b24a1 commit b9c135a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 8 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ projects for:
- Composable templates for interoperability between common services
- Demonstrations of system capabilities and features

| Name | Description | Integrations |
| :----------------------------------------------- | :------------------------------------------------------------------------------ | :--------------------------- |
| [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 |
| 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 &arr; 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 |
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
version: v1

project:
name: categorize_notify
name: categorize_emails
connections:
- name: my_chatgpt
integration: chatgpt
Expand All @@ -22,5 +22,5 @@ project:
- name: http_get
connection: my_http
event_type: get
# Triggered by GET request to http://localhost:9980/http/categorize_notify/
# Triggered by GET request to http://localhost:9980/http/categorize_emails/
call: program.py:on_http_get
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version: v1

project:
name: github_copilot
name: github_copilot_seats
vars:
- name: GITHUB_ORG
value:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b9c135a

Please sign in to comment.