From fbb7807fb4c84a429ce1f6927e694fb8c6c8bf3d Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Mon, 6 Jan 2025 13:15:43 -0800 Subject: [PATCH] Update Create Pull Request GitHub workflow reviewers (#161005) Update reviewer. I didn't know this existed until I saw https://github.com/flutter/flutter/pull/161001. Introduced https://github.com/flutter/flutter/pull/140363. Tested credentials are used in the cherry-pick bot: https://github.com/flutter/flutter/blob/3762f2e9731ce97808fb2d78805f6712be83654d/.github/workflows/easy-cp.yml#L69 --- .github/workflows/minimal.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/minimal.yml b/.github/workflows/minimal.yml index 9613906a77..91f35509a1 100644 --- a/.github/workflows/minimal.yml +++ b/.github/workflows/minimal.yml @@ -39,4 +39,6 @@ jobs: labels: | cp: review title: '[github actions] testing purposes' - reviewers: xilaizhang + reviewers: + - christopherfujino + - jmagman