Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@cartland
Copy link
Owner

No description provided.

@github-actions
Copy link

I found 'AI'!

Repository owner deleted a comment from github-actions bot Mar 24, 2025
Repository owner deleted a comment from github-actions bot Mar 24, 2025
Repository owner deleted a comment from github-actions bot Mar 24, 2025
@github-actions
Copy link

echo $(jq '.candidates[0].content.parts[0].text' gemini_result.json)

@github-actions
Copy link

$(jq '.candidates[0].content.parts[0].text' gemini_result.json)

@github-actions
Copy link

{
"candidates": [
{
"content": {
"parts": [
{
"text": "Adds a workflow to review pull requests using the Gemini API, summarizing the diff in one line and posting it as a comment.\n"
}
],
"role": "model"
},
"finishReason": "STOP",
"avgLogprobs": -0.18401885032653809
}
],
"usageMetadata": {
"promptTokenCount": 807,
"candidatesTokenCount": 26,
"totalTokenCount": 833,
"promptTokensDetails": [
{
"modality": "TEXT",
"tokenCount": 807
}
],
"candidatesTokensDetails": [
{
"modality": "TEXT",
"tokenCount": 26
}
]
},
"modelVersion": "gemini-2.0-flash"
}

@github-actions
Copy link

Result

This diff adds a GitHub workflow to review pull requests using the Gemini API to summarize the code changes in one line, then posts the summary as a comment on the PR.

@github-actions
Copy link

Diff summary genereated with the Gemini API

This diff introduces a new GitHub Actions workflow that reviews pull requests using the Gemini API by summarizing the git diff and posting the summary as a comment.

@github-actions
Copy link

git diff summary by Gemini

This PR introduces a GitHub Actions workflow to automatically review pull requests by summarizing the git diff in one line using the Gemini API and posting the summary as a comment.

@github-actions
Copy link

git diff summary by Gemini

add a workflow that uses the Gemini API to summarize a git diff and post the summary as a comment on the pull request.

@github-actions
Copy link

git diff summary by Gemini

This PR appears to...add a new GitHub workflow that uses Gemini to review pull requests.

@github-actions
Copy link

git diff summary by Gemini

<Thsi PR appear to> introduce a GitHub Actions workflow that uses the Gemini API to review pull requests by summarizing the git diff and posting the summary as a comment.

@github-actions
Copy link

git diff summary by Gemini

This PR appear to add a GitHub workflow that uses the Gemini API to review pull requests and post a summary of the changes as a comment.

@github-actions
Copy link

git diff summary by Gemini

This PR appears to add a GitHub Actions workflow to review pull requests using the Gemini API by analyzing the git diff and posting a summary as a comment.

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.

2 participants