Skip to content

Commit

Permalink
Merge pull request #7 from cryptlex/muneeb/pr-agent
Browse files Browse the repository at this point in the history
feat: add codium pr-agent
  • Loading branch information
adnan-kamili authored Aug 19, 2024
2 parents 5658296 + 3d14cf7 commit a3a99ae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/codium-pr-agent.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a3a99ae

Please sign in to comment.