Skip to content

Commit d902e7f

Browse files
chore: modify .github/workflows/org-checks.yml
1 parent 6278fe4 commit d902e7f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/org-checks.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Org Checks
2+
3+
on:
4+
pull_request_review:
5+
6+
jobs:
7+
check-approvals:
8+
name: Check for Team/Admin Review
9+
uses: immich-app/devtools/.github/workflows/required-approval.yml@main
10+
permissions:
11+
pull-requests: read
12+
contents: read

0 commit comments

Comments
 (0)