Public
Like
gh-pr-issues-summary
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v7View latest version
Cron job that sends a daily summary of GitHub PR and issue activity to Slack.
- Slack Webhook: Create a Slack app with incoming webhook and copy the URL
- GitHub Token: Generate a personal access token with
repo
scope - Environment Variables:
SLACK_WEBHOOK_URL
- Your Slack webhook URLGITHUB_TOKEN
- Your GitHub personal access tokenGITHUB_OWNER
- GitHub username/org (e.g., "octocat")GITHUB_REPO
- Repository name (e.g., "Hello-World")
- Cron Schedule: Set in Val Town UI (recommended:
0 9 * * *
for daily 9am)
Shows last 24 hours of activity:
[open]
,[draft]
,[closed]
PRs[open]
,[closed]
issues