From d902e7f87db33d6a1d6cd9a08d23b9687b0dbcc7 Mon Sep 17 00:00:00 2001 From: "immich-tofu[bot]" <171590969+immich-tofu[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:23:30 +0000 Subject: [PATCH] chore: modify .github/workflows/org-checks.yml --- .github/workflows/org-checks.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/org-checks.yml diff --git a/.github/workflows/org-checks.yml b/.github/workflows/org-checks.yml new file mode 100644 index 0000000000..55c5dfad5b --- /dev/null +++ b/.github/workflows/org-checks.yml @@ -0,0 +1,12 @@ +name: Org Checks + +on: + pull_request_review: + +jobs: + check-approvals: + name: Check for Team/Admin Review + uses: immich-app/devtools/.github/workflows/required-approval.yml@main + permissions: + pull-requests: read + contents: read