Skip to content

Cold start optimization #40

Cold start optimization

Cold start optimization #40

Workflow file for this run

name: Required Reviews
on:
pull_request_review:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check:
name: Checking required reviews
runs-on: ubuntu-latest
permissions: {}
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
steps:
- uses: Automattic/action-required-review@v4.1.0
with:
token: ${{ secrets.REQUIRED_REVIEWS_TOKEN }}
status: Required Reviews
requirements: |
- name: Cloud provider files
paths:
- '.github/'
- 'cloudformation/'
teams:
- "officers"
- "infra-chairs"
- name: Base Requirement
paths: unmatched
teams:
- "officers"
- "infra-chairs"
- "infra-leads"