mirror of
https://github.com/immich-app/immich.git
synced 2025-08-11 09:16:31 -04:00
14 lines
264 B
YAML
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
|