utils.js: simplify - #379
Open
thypon wants to merge 1 commit into
Open
Conversation
remove possible issues. Scope is too big.
Contributor
|
anthropic debug - [puLL-Merge] - brave/pull-merge@379 Diffdiff --git src/utils.js src/utils.js
index 408dd8a..5fbc561 100644
--- src/utils.js
+++ src/utils.js
@@ -10,9 +10,6 @@ Desired format:
### Description
<description_of_PR> // How does this PR change the codebase? What is the motivation for this change?
-### Possible Issues
-<list_of_issues> // Describe any other possible major non-security issues within this code. If there are none, omit this section.
-
### Security Hotspots
<list_of_security_hotspots> // Describe locations for possible vulnerabilities in the change, ordered by risk. Do not include a vulnerability unless it is likely to present a real security risk. If there are none, omit this section.
DescriptionRemoves the "Possible Issues" section from the PR review prompt template in ChangesChanges
sequenceDiagram
participant U as User
participant P as pull-merge
participant LLM as LLM Reviewer
U->>P: Submit PR for review
P->>LLM: Send prompt (without "Possible Issues" section)
LLM->>P: Return review (Description, Security Hotspots, ...)
P->>U: Display formatted review
|
Contributor
|
bedrock debug - [puLL-Merge] - brave/pull-merge@379 Diffdiff --git src/utils.js src/utils.js
index 408dd8a..5fbc561 100644
--- src/utils.js
+++ src/utils.js
@@ -10,9 +10,6 @@ Desired format:
### Description
<description_of_PR> // How does this PR change the codebase? What is the motivation for this change?
-### Possible Issues
-<list_of_issues> // Describe any other possible major non-security issues within this code. If there are none, omit this section.
-
### Security Hotspots
<list_of_security_hotspots> // Describe locations for possible vulnerabilities in the change, ordered by risk. Do not include a vulnerability unless it is likely to present a real security risk. If there are none, omit this section.
DescriptionRemoves ChangesChangessrc/utils.js
sequenceDiagram
participant Dev
participant utils.js
Dev->>utils.js: Remove "Possible Issues" section from format template
utils.js-->>Dev: Output format now omits Possible Issues block
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
remove possible issues. Scope is too big.