From 3ed08e3566b6e4b9842b26ffdd43426596f9c51e Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Mon, 2 Nov 2020 10:43:22 -0500 Subject: [PATCH] Remove backport review teams for now This requires more GitHub token permissions than we have, and it's inessential. The backport PRs should have reviews assigned to the original PR author anyway. --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c0b771e0..08b438da4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,4 +19,3 @@ jobs: BACKPORT_LABEL_REGEXP: "(?P\\d+\\.\\d+)-backport" BACKPORT_TARGET_TEMPLATE: "v{{.target}}" GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }} - GITHUB_REVIEW_TEAMS: "hashicorp/terraform-core"