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.
This commit is contained in:
Alisdair McDiarmid 2020-11-02 10:43:22 -05:00
parent 7ec85a7588
commit 3ed08e3566
1 changed files with 0 additions and 1 deletions

View File

@ -19,4 +19,3 @@ jobs:
BACKPORT_LABEL_REGEXP: "(?P<target>\\d+\\.\\d+)-backport"
BACKPORT_TARGET_TEMPLATE: "v{{.target}}"
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
GITHUB_REVIEW_TEAMS: "hashicorp/terraform-core"