From 5a64feb97cc72799ed78036d5776e9635cd4d612 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 24 Jan 2025 14:57:36 -0500 Subject: [PATCH] [ci] Specify is_remote input to maintainer check workflow --- .github/workflows/label_core_team_prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label_core_team_prs.yml b/.github/workflows/label_core_team_prs.yml index 2ed6e344c71..3d9fa2be17f 100644 --- a/.github/workflows/label_core_team_prs.yml +++ b/.github/workflows/label_core_team_prs.yml @@ -13,6 +13,7 @@ jobs: uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main with: actor: ${{ github.event.pull_request.user.login }} + is_remote: true label: if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}