From 3a411951d4a9e74607c195d0ac958b6f5521a36a Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Wed, 8 Apr 2020 22:32:34 -0700 Subject: [PATCH] Excavator: Update policy-bot config (#335) --- .policy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.policy.yml b/.policy.yml index a82cd76..4b21d89 100644 --- a/.policy.yml +++ b/.policy.yml @@ -3,6 +3,7 @@ policy: approval: - or: + - infrastructure-notify has been notified - one admin has approved (PR contributors not allowed) - two admins have approved - changelog only and contributor approval @@ -15,6 +16,15 @@ policy: organizations: [ "palantir" ] approval_rules: + - name: infrastructure-notify has been notified + options: + allow_contributor: false + request_review: + enabled: true + requires: + count: 1 + teams: [ "palantir/infrastructure-notify" ] + - name: one admin has approved (PR contributors not allowed) options: allow_contributor: false