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:
parent
7ec85a7588
commit
3ed08e3566
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue