Merge pull request #17 from ingress-it-solutions/dev

Adeed test message
This commit is contained in:
vandanafuletra 2023-04-23 17:17:11 +05:30 committed by GitHub
commit e8de4e326c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# OpenAI Code Review # OpenAI Code Review
A Gitea Action that uses OpenAI to analyze code in pull request comments. Test message A Gitea Action that uses OpenAI to analyze code in pull request comments. Test message from Bhavik
## Usage ## Usage

2
dist/index.js vendored
View file

@ -39341,7 +39341,7 @@ async function run() {
if(sourceAt === 'github') { if(sourceAt === 'github') {
// Reply to the review comment with the OpenAI response // Reply to the review comment with the OpenAI response
const client = new github.getOctokit(githubToken, { const octokit = new github.getOctokit(githubToken, {
baseUrl: githubBaseURL baseUrl: githubBaseURL
}); });

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -155,7 +155,7 @@ async function run() {
if(sourceAt === 'github') { if(sourceAt === 'github') {
// Reply to the review comment with the OpenAI response // Reply to the review comment with the OpenAI response
const client = new github.getOctokit(githubToken, { const octokit = new github.getOctokit(githubToken, {
baseUrl: githubBaseURL baseUrl: githubBaseURL
}); });