-
Notifications
You must be signed in to change notification settings - Fork 190
♻️ Remove deprecated GitHub webhook handling for pull requests #959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
|
Updates to Preview Branch (reactor-liam-app-libs) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
hoshinotsuyoshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! LGTM!
Issue
I have removed the file ( includes
handlePullRequestmethod ) as it is not currently used.Why is this change needed?
What would you like reviewers to focus on?
Testing Verification
What was done
🤖 Generated by PR Agent at a32d1ee
handlePullRequestmethod and related logic.index.tsfor GitHub webhooks.Detailed Changes
index.ts
Removed unused export from GitHub webhooks indexfrontend/apps/app/libs/github/webhooks/index.ts
pull-request.pull-request.ts
Removed deprecated `handlePullRequest` method and logicfrontend/apps/app/libs/github/webhooks/pull-request.ts
handlePullRequestmethod and its logic.Additional Notes