Skip to content
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

This is a good PR #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

This is a good PR #5

wants to merge 1 commit into from

Conversation

mono-chrome
Copy link
Owner

No description provided.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problems and Bugs

  • In action.yml, the color field is missing
  • In review.py, the requests method is misspelled as requests instead of requests.post
  • In review.py, the print statement is missing a n at the end of response.json()

Suggestions to Improve

  • In action.yml, add the color field
  • In review.py, change requests to requests.post
  • In review.py, add a n to the end of response.json()

Summary Response

This pull request has a few issues, including a missing color field in action.yml, a misspelled requests method in review.py, and a missing n at the end of response.json() in review.py. Suggestions to improve the pull request include adding the color field to action.yml, changing requests to requests.post in review.py, and adding a n to the end of response.json() in review.py.

@@ -39,7 +39,7 @@ def get_review():
top_p=1.0,
frequency_penalty=0.0,
presence_penalty=0.0
)
) #this si bad
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done on purpose to see if it catches it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant