Skip to content

Commit 3c5f4b7

Browse files
committed
update late review
1 parent cdc466d commit 3c5f4b7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/review.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Required Reviews
2+
on:
3+
pull_request_review:
4+
pull_request:
5+
types: [opened, reopened, synchronize]
6+
7+
jobs:
8+
check:
9+
name: Checking required reviews
10+
runs-on: ubuntu-latest
11+
12+
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
13+
14+
steps:
15+
- uses: Automattic/[email protected]
16+
with:
17+
token: ${{ secrets.REQUIRED_REVIEWS_TOKEN }}
18+
requirements: |
19+
- paths: unmatched
20+
teams:
21+
- @acm-uiuc/infra-chairs
22+
- @acm-uiuc/infra-leads

CODEOWNERS renamed to OWNERS

File renamed without changes.

0 commit comments

Comments
 (0)