diff --git a/.github/workflows/label_core_team_prs.yml b/.github/workflows/label_core_team_prs.yml index 2ed6e344..3d9fa2be 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' }}