From cac72e21e833211096ae43ed5b7223d30596b4f3 Mon Sep 17 00:00:00 2001 From: Damian Stasik <920747+damianstasik@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:30:05 +0100 Subject: [PATCH] Fix maintainer check condition --- .github/workflows/shared_label_core_team_prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared_label_core_team_prs.yml b/.github/workflows/shared_label_core_team_prs.yml index b96aea88054fa..227dcee4c20b8 100644 --- a/.github/workflows/shared_label_core_team_prs.yml +++ b/.github/workflows/shared_label_core_team_prs.yml @@ -13,7 +13,7 @@ jobs: uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main label: - if: ${{ needs.check_maintainer.outputs.is_core_team }} + if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }} runs-on: ubuntu-latest needs: check_maintainer steps: