Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): Add extended timeout and error responses for webhooks
- Set maxDuration to 300 seconds (5 minutes) for GitHub webhook handlers - Add explicit error responses when command or installation is not found - Include payload details in error messages for better debugging The changes improve webhook reliability by allowing longer processing time and providing more detailed error feedback for failed webhook requests.
- Loading branch information