Skip to content

Commit

Permalink
Merge pull request #8 from cryptlex/muneeb/codium-agent
Browse files Browse the repository at this point in the history
ci: added codium-pr-agent.yml
  • Loading branch information
ahmad-kemsan authored Jun 7, 2024
2 parents d927052 + 3c5a5f0 commit 2781d3c
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 2781d3c

Please sign in to comment.