Skip to content

Commit

Permalink
comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jun 27, 2024
1 parent 053a565 commit 4043fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-pr-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# // Check if bodyText includes the phrase
# let result = bodyText.includes(phrase);

# // If not found in bodyText, check each comment
# // Check each comment

# for (let comment of comments.reverse()) { // Reverse to give precedence to the latest comment
# if (comment.body.toLowerCase().includes(phrase)) {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# // Check if bodyText includes the phrase
# let result = bodyText.includes(phrase);

# // If not found in bodyText, check each comment
# // Check each comment

# for (let comment of comments.reverse()) { // Reverse to give precedence to the latest comment
# if (comment.body.toLowerCase().includes(phrase)) {
Expand Down

0 comments on commit 4043fad

Please sign in to comment.