From e5e49f5c495cdb62a33849d1974d79e8a364d529 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 3 Dec 2024 12:25:36 -0800 Subject: [PATCH] build: fix test --- .github/workflows/label-mlops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-mlops.yml b/.github/workflows/label-mlops.yml index 67a221645d..37789c1ea7 100644 --- a/.github/workflows/label-mlops.yml +++ b/.github/workflows/label-mlops.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check if ML Ops Team is selected uses: actions-ecosystem/action-add-labels@v1 - if: contains(github.event.issue.body, "### Are you a ML Ops Team?\n\nYes") + if: contains(github.event.issue.body, '### Are you a ML Ops Team?') && contains(github.event.issue.body, 'Yes') with: github_token: ${{ secrets.GITHUB_TOKEN }} labels: "mlops user request"