From 971c9ebe1000d2954f360f1f341be8d4f2ab3ea9 Mon Sep 17 00:00:00 2001 From: Isaac Withrow Date: Fri, 20 Mar 2026 12:05:15 -0500 Subject: [PATCH] Add PR-Agent GitHub Actions workflow --- .github/workflows/pr-agent.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/pr-agent.yml 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