mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-19 18:56:45 +00:00
Merge pull request #17 from ingress-it-solutions/dev
Adeed test message
This commit is contained in:
commit
e8de4e326c
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# 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
|
||||
|
||||
|
|
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -39341,7 +39341,7 @@ async function run() {
|
|||
|
||||
if(sourceAt === 'github') {
|
||||
// Reply to the review comment with the OpenAI response
|
||||
const client = new github.getOctokit(githubToken, {
|
||||
const octokit = new github.getOctokit(githubToken, {
|
||||
baseUrl: githubBaseURL
|
||||
});
|
||||
|
||||
|
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
index.js
2
index.js
|
@ -155,7 +155,7 @@ async function run() {
|
|||
|
||||
if(sourceAt === 'github') {
|
||||
// Reply to the review comment with the OpenAI response
|
||||
const client = new github.getOctokit(githubToken, {
|
||||
const octokit = new github.getOctokit(githubToken, {
|
||||
baseUrl: githubBaseURL
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue