You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There's a few QoL things I found when reviewing the webhooks PR for the github blocks
There's not a good way to get the patch out of the GitHub PR Trigger block
The GitHub comment block doesn't work with pull requests
the GitHub API wrapper always force redirects the API to the api.github endpoint
The ai text block doesn't tell you how to use it to fill fields
Changes 🏗️
Fixes/Changes the expected behaviors in a non breaking way for the above issues
Checklist 📋
For code changes:
I have clearly listed my changes in the PR description
I have made a test plan
Test plan is simply an agent using the changes pr trigger testat_v37.json: Note that this agent is tested on edit for a pr so I wasn't constantly recreating PRs on other repos
Here are some key observations to aid the review process:
⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 PR contains tests
🔒 No security concerns identified
⚡ Recommended focus areas for review
Error Handling The patch URL access in the run method doesn't have proper error handling if the request fails or returns non-200 status code
URL Manipulation Simple string replacement of 'pull' with 'issues' in URLs could be fragile. Consider using URL parsing library for more robust handling
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There's a few QoL things I found when reviewing the webhooks PR for the github blocks
There's not a good way to get the patch out of the GitHub PR Trigger blockapi.github
endpointChanges 🏗️
Fixes/Changes the expected behaviors in a non breaking way for the above issues
Checklist 📋
For code changes:
Test plan is simply an agent using the changes
pr trigger testat_v37.json: Note that this agent is tested on edit for a pr so I wasn't constantly recreating PRs on other repos
ntindle/gridfinity-space-optimizer#2