mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
[ci] Remove unused param (#7695)
https://github.com/facebook/react/pull/32727 removes the `is_remote` param.
This commit is contained in:
1
.github/workflows/discord_notify.yml
vendored
1
.github/workflows/discord_notify.yml
vendored
@@ -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' }}
|
||||
|
||||
1
.github/workflows/label_core_team_prs.yml
vendored
1
.github/workflows/label_core_team_prs.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user