Skip to content

Commit 6f28501

Browse files
authored
Merge pull request #8 from cryptlex/muneeb/codium-agent
ci: added codium-pr-agent.yml
2 parents 714c935 + 904b3e7 commit 6f28501

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/codium-pr-agent.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Codium Review
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, ready_for_review]
6+
issue_comment:
7+
8+
jobs:
9+
call-workflow:
10+
uses: cryptlex/github-actions/.github/workflows/codium_pr_agent.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)