Skip to content

Commit 2f24839

Browse files
authored
[ci] Specify is_remote input to maintainer check workflow (#7453)
1 parent 07f13ab commit 2f24839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/label_core_team_prs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
1414
with:
1515
actor: ${{ github.event.pull_request.user.login }}
16+
is_remote: true
1617

1718
label:
1819
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}

0 commit comments

Comments
 (0)