We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f13ab commit 2f24839Copy full SHA for 2f24839
.github/workflows/label_core_team_prs.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
14
with:
15
actor: ${{ github.event.pull_request.user.login }}
16
+ is_remote: true
17
18
label:
19
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}
0 commit comments