mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
build(label-mlops.yml): add tag to mlops user requests
This commit is contained in:
parent
1afcc21524
commit
1edfb4b718
1 changed files with 17 additions and 0 deletions
17
.github/workflows/label-mlops.yml
vendored
Normal file
17
.github/workflows/label-mlops.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: Label ML Ops Team Issues
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
add-mlops-label:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
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")
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
labels: "mlops user request"
|
Loading…
Add table
Add a link
Reference in a new issue