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

test #13

Closed
wants to merge 1 commit into from
Closed

test #13

wants to merge 1 commit into from

Conversation

pivanov
Copy link
Owner

@pivanov pivanov commented Oct 10, 2024

No description provided.

.github/workflows/main.yml Show resolved Hide resolved
.github/workflows/main.yml Show resolved Hide resolved
src/index.ts Show resolved Hide resolved
src/index.ts Show resolved Hide resolved

permissions:
contents: read
pull-requests: write

Choose a reason for hiding this comment

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

🚀 AI Code Reviewer

Consider changing 'pull-requests' to 'pull-requests: write' for consistency with the other permission format.

with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4o-mini"

Choose a reason for hiding this comment

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

🚀 AI Code Reviewer

Ensure that the model name 'gpt-4o-mini' is correct and intended, as it may not be a standard OpenAI model.

@@ -172,6 +172,9 @@ const svgSpritePlugin = (options: SvgSpritePluginOptions): Plugin => {
await generateSvgSprite();
triggerHMR();

const pivanov = '1982';

Choose a reason for hiding this comment

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

🚀 AI Code Reviewer

Consider removing or replacing the variable pivanov as it appears to be a placeholder or test value.

@@ -172,6 +172,9 @@ const svgSpritePlugin = (options: SvgSpritePluginOptions): Plugin => {
await generateSvgSprite();
triggerHMR();

const pivanov = '1982';
const pivanov2 = '1982';

Choose a reason for hiding this comment

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

🚀 AI Code Reviewer

The variable pivanov2 also seems unnecessary; please clarify its purpose or remove it.

@pivanov pivanov closed this Oct 10, 2024
@pivanov pivanov deleted the test branch October 10, 2024 17:44
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