[ci] Remove unused param (#7695)

https://github.com/facebook/react/pull/32727 removes the `is_remote` param.
This commit is contained in:
lauren
2025-03-24 16:40:33 -04:00
committed by GitHub
parent 0bc63000f7
commit 9b2ad174d0
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' }}