From af945522923248a39602dca4759986a389fc30e6 Mon Sep 17 00:00:00 2001 From: Michalina Date: Fri, 20 Oct 2023 17:17:48 +0200 Subject: [PATCH] Update deployment reviewer There was some problem with setting `tahowallet/extension-devs` group as a reviewer. --- .github/workflows/update-environments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-environments.yml b/.github/workflows/update-environments.yml index 2acdc112a..fc0a31e83 100644 --- a/.github/workflows/update-environments.yml +++ b/.github/workflows/update-environments.yml @@ -38,4 +38,4 @@ jobs: TO_BRANCH: "release" PULL_REQUEST_TITLE: "Update release branch" PULL_REQUEST_BODY: "This is a pull request that upon merging will update production environment with recent `stage-live` changes." - TEAM_REVIEWERS: '["tahowallet/extension-devs"]' + REVIEWERS: '["andreachapman"]'