diff --git a/.github/workflows/pr-agent.yml b/.github/workflows/pr-agent.yml new file mode 100644 index 0000000..e3d1691 --- /dev/null +++ b/.github/workflows/pr-agent.yml @@ -0,0 +1,12 @@ +name: PR-Agent + +on: + pull_request: + types: [opened, reopened, ready_for_review] + issue_comment: + types: [created] + +jobs: + pr_agent_job: + uses: apartmentlist/github-actions/.github/workflows/pr-agent.yml@main + secrets: inherit