mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
build(label-mlops.yml): fix check
This commit is contained in:
parent
445ba4de73
commit
7ecbc3beec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/label-mlops.yml
vendored
2
.github/workflows/label-mlops.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue