Skip to content

Commit

Permalink
Merge pull request #48 from noosenergy/NOOS-914/ai-pr-review-agent
Browse files Browse the repository at this point in the history
NOOS-914/ai-pr-review-agent
  • Loading branch information
zyassine authored Oct 8, 2024
2 parents d0104ed + 4384312 commit 18f2894
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr_agent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PR Agent Trigger

on:
issue_comment:
types: [created]

jobs:
trigger_pr_agent:
uses: ./.github/workflows/pr_agent_template.yml
secrets: inherit

0 comments on commit 18f2894

Please sign in to comment.