Skip to content

Commit cac72e2

Browse files
authored
Fix maintainer check condition
1 parent 61e713c commit cac72e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared_label_core_team_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
1414

1515
label:
16-
if: ${{ needs.check_maintainer.outputs.is_core_team }}
16+
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}
1717
runs-on: ubuntu-latest
1818
needs: check_maintainer
1919
steps:

0 commit comments

Comments
 (0)