You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 23:03:36 +02:00
chore: modify .github/workflows/org-checks.yml
This commit is contained in:
12
.github/workflows/org-checks.yml
vendored
Normal file
12
.github/workflows/org-checks.yml
vendored
Normal file
@ -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
|
Reference in New Issue
Block a user