[ci] Remove unused param

https://github.com/facebook/react/pull/32727 removes the `is_remote` param.
This commit is contained in:
Lauren Tan
2025-03-24 16:06:46 -04:00
parent 0bc63000f7
commit 8c00811edf
2 changed files with 0 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ jobs:
contents: read
with:
actor: ${{ github.event.pull_request.user.login }}
is_remote: true
notify:
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}

View File

@@ -18,7 +18,6 @@ jobs:
contents: read
with:
actor: ${{ github.event.pull_request.user.login }}
is_remote: true
label:
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}