immich/.github/workflows/org-checks.yml
2025-07-10 15:59:44 +00:00

14 lines
264 B
YAML

name: Org Checks
on:
pull_request_review:
pull_request:
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