This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sdi/.github/workflows/code-review.yml
Workflow config file is invalid. Please check your config file: yaml: line 18: could not find expected ':'
2025-04-17 16:28:52 +09:00

18 lines
468 B
YAML

name: Code Review
on:
issue_comment:
types: [created, edited]
jobs:
code-review:
runs-on: self_hosted
steps:
- name: OpenAI Code Review
uses: ingress-it-solutions/gitea-code-review-action@v1.13
with:
PROGRAMMING_LANGUAGE: 'c#'
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
FULL_REVIEW_COMMENT: 'openai'
REVIEW_COMMENT_PREFIX: 'openai:'
SOURCE_AT:'gitea'