From 7ecbc3beecf6f95796d5c23e2b314355840d9f7c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 3 Dec 2024 12:23:31 -0800 Subject: [PATCH] build(label-mlops.yml): fix check --- .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 0b9a36aae8..67a221645d 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- Yes") + if: contains(github.event.issue.body, "### Are you a ML Ops Team?\n\nYes") with: github_token: ${{ secrets.GITHUB_TOKEN }} labels: "mlops user request"