Webhook automation for GitHub PRs with Slack notifications and Asana task syncing.
Environment Variables:
GITHUB_TOKEN - GitHub Personal Access TokenSLACK_WEBHOOK - Slack webhook URLASANA_API_TOKEN - Asana Personal Access TokenGitHub Token Permissions (Fine-grained):
Configure Reviewers:
Update REVIEWERS array in github.ts with your team members
GitHub Webhook:
https://your-val-town-url.web.val.run/webhook (note the /webhook)Pull requests, Pull request reviewsmain.ts - Hono webhook handler, sends messages to Slackgithub.ts - GitHub API functionsasana.ts - Asana API functions