We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442150e commit 0a82580Copy full SHA for 0a82580
.github/workflows/compiler_discord_notify.yml
@@ -14,7 +14,7 @@ jobs:
14
actor: ${{ github.event.pull_request.user.login }}
15
16
notify:
17
- if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}
+ if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' && github.event.label.name == 'React Core Team' }}
18
needs: check_maintainer
19
runs-on: ubuntu-latest
20
steps:
.github/workflows/runtime_discord_notify.yml
0 commit comments