diff --git a/.gitea/workflows/llm_pipeline_actions.yaml b/.gitea/workflows/llm_pipeline_actions.yaml index 7a4d646..921107a 100644 --- a/.gitea/workflows/llm_pipeline_actions.yaml +++ b/.gitea/workflows/llm_pipeline_actions.yaml @@ -2,7 +2,7 @@ name: 'Ollama Review' on: pull_request: - types: [opened, review_requested] # PR open시 자동 코드 리뷰 요청 + types: [opened, edited] # PR open시 자동 코드 리뷰 요청 # permissions: # contents: read # 콘텐츠 접근 권한 (PR 변경 사항 읽기)