-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
|
||
permissions: | ||
contents: read | ||
pull-requests: write |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
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.
No description provided.