diff --git a/.github/workflows/codium-pr-agent.yml b/.github/workflows/codium-pr-agent.yml new file mode 100644 index 0000000..ec75823 --- /dev/null +++ b/.github/workflows/codium-pr-agent.yml @@ -0,0 +1,11 @@ +name: Codium Review + +on: + pull_request: + types: [opened, reopened, ready_for_review] + issue_comment: + +jobs: + call-workflow: + uses: cryptlex/github-actions/.github/workflows/codium_pr_agent.yml@main + secrets: inherit