From fec16abdb802d51512e246d38ae4dc159e80bc01 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Fri, 1 Apr 2022 19:27:59 +0100 Subject: [PATCH 1/2] Excavator: Consistent Gradle artifact repositories (#470) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 65162a803..592b0a3f1 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ buildscript { repositories { - gradlePluginPortal() - mavenCentral() + gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } } + mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } } } dependencies { @@ -33,7 +33,7 @@ buildscript { repositories { - mavenCentral() + mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } } } apply plugin: 'com.palantir.external-publish' From dd886a6d8e697a77f63dccb7166f1c7b3a9da34c Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Fri, 1 Apr 2022 23:48:37 +0100 Subject: [PATCH 2/2] Excavator: Update policy-bot config (#471) --- .policy.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.policy.yml b/.policy.yml index a91b6461d..7d7e9353c 100644 --- a/.policy.yml +++ b/.policy.yml @@ -3,7 +3,6 @@ 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 @@ -16,15 +15,6 @@ 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