Skip to content

Commit

Permalink
[ci] Specify is_remote input to maintainer check workflow (#7453)
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto authored Jan 24, 2025
1 parent 07f13ab commit 2f24839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label_core_team_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 2f24839

Please sign in to comment.