We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714c935 commit 904b3e7Copy full SHA for 904b3e7
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