Skip to content

Conversation

@TooAngel
Copy link
Owner

@TooAngel TooAngel commented Jan 6, 2026

Summary

The webhook was only handling installation_repositories events, but when a user first installs the app with repos selected, GitHub sends an installation event with action=created instead.

Now handles both:

  • installation (action: created) with repositories array
  • installation_repositories (action: added) with repositories_added array

Test plan

  • Install worlddriven-migrate app on a test repository
  • Verify webhook processes the installation event
  • Verify migration flow proceeds correctly

@worlddriven
Copy link
Contributor

worlddriven bot commented Jan 6, 2026

🤖 Worlddriven Status

📊 Live Status Dashboard

🗓️ Merge Date: 2026-01-08 at 02:45:20 UTC (today)
📅 Started: 2026-01-06 at 08:08:41 UTC
Speed Factor: 0.18 (82% faster due to reviews)
Positive votes: 315/383 contribution weight (coefficient: 0.82)
📈 Base Merge Time: 10 days → Current: 2 days

🎯 Want to influence when this merges?

Your review matters! As a contributor to this project, your voice helps determine the merge timeline.

How to review:

  1. Check the changes
    Files changed

  2. Leave your review
    Review changes

Your options:

  • ✅ Agree & Speed Up: Approve Approving makes this merge faster
  • ❌ Disagree & Slow Down: Request changes Requesting changes delays the merge

💡 Pro tip: The more contributors who agree, the faster this gets merged!

📊 View detailed stats on the dashboard

📋 Recent Activity

2026-01-06, 07:43:45 - Pull request opened
2026-01-06, 07:43:47 - Pull request opened
2026-01-06, 08:08:49 - Branch synchronized (merge timer reset)
2026-01-06, 08:08:50 - Branch synchronized (merge timer reset)
2026-01-08, 02:51:45 - Pull request merged by worlddriven ✅


This comment is automatically updated by worlddriven

The webhook was only handling installation_repositories events but
when a user first installs the app with repos selected, GitHub sends
an installation event with action=created instead.

Now handles both:
- installation (action: created) with repositories array
- installation_repositories (action: added) with repositories_added array
@TooAngel TooAngel force-pushed the chore/update-dependencies branch from 2ece36f to c023793 Compare January 6, 2026 08:08
@worlddriven worlddriven bot merged commit 41b5fe7 into master Jan 8, 2026
2 checks passed
@worlddriven worlddriven bot deleted the chore/update-dependencies branch January 8, 2026 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants