From 80a9478734ee716c132dd99350dd785235b75338 Mon Sep 17 00:00:00 2001 From: Anthony <86444119+anthms@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:17:50 -0600 Subject: [PATCH 1/4] Add PR review workflow configuration --- .github/workflows/pr-review.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/pr-review.yml diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml new file mode 100644 index 0000000..70d799f --- /dev/null +++ b/.github/workflows/pr-review.yml @@ -0,0 +1,12 @@ +on: + pull_request_review: + types: [submitted, edited, dismissed] + pull_request_comment: + pull_request_review_comment: + types: created + +jobs: + job-name: + runs-on: ubuntu-latest + steps: + - run: echo 'done' From c5bd12227081af3a6dc72782f91f7b8154f0a52f Mon Sep 17 00:00:00 2001 From: stand-in-anth <88449475+stand-in-anth@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:42:15 -0600 Subject: [PATCH 2/4] Update pr-review.yml --- .github/workflows/pr-review.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 70d799f..af51360 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -1,7 +1,6 @@ on: pull_request_review: types: [submitted, edited, dismissed] - pull_request_comment: pull_request_review_comment: types: created From aec7e52b838bd7fd80ac4428b4126c466ca54e66 Mon Sep 17 00:00:00 2001 From: Anthony <86444119+anthms@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:55:36 -0600 Subject: [PATCH 3/4] Update pr-review.yml --- .github/workflows/pr-review.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index af51360..129febc 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -1,8 +1,6 @@ on: pull_request_review: types: [submitted, edited, dismissed] - pull_request_review_comment: - types: created jobs: job-name: From 77518c64225e2aeab4a88cb55cf9230ff965ae56 Mon Sep 17 00:00:00 2001 From: Anthony <86444119+anthms@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:27:17 -0600 Subject: [PATCH 4/4] Update pr.yml --- .github/workflows/pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ca4447e..019d8b0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,5 +1,7 @@ on: workflow_call: + pull_request: + types: auto_merge_enabled jobs: job-name: