We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 714c935 + 904b3e7 commit 6f28501Copy full SHA for 6f28501
1 file changed
.github/workflows/codium-pr-agent.yml
@@ -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