Apps
Creator
Nitin Jain
Automatically finds new GitHub pull requests in your repository and posts clean notifications to a Slack channel to keep your team informed about code reviews.
| Input | What to enter |
|---|---|
| repo_owner | GitHub username or organization name like "yourcompany" |
| repo_name | Repository name like "api-server" or "mobile-app" |
| channel_name | Slack channel name without # like "engineering" or "code-review" |
| hours_back | How many hours to look back like "1" or "24" |
| include_draft_prs | Whether to include draft PRs: "true" or "false" (optional) |
| max_prs_to_post | Maximum PRs to post like "5" or "10" (optional) |
Actions:
Returns:
How:
| Output | Description |
|---|---|
| prs_found | Number of pull requests discovered |
| messages_sent | Number of Slack notifications posted |
| pr_numbers | List of specific PR numbers that were posted |
| summary | Text overview of what happened |
| App | Why |
|---|---|
| GitHub | To fetch pull request information from your repository |
| Slack | To post PR notifications to your team channel |
Best for:
Tip:
Limit:
Built with ❤️ by Rube • All recipes can be scheduled to run automatically