Skip to content

[Provider] Nomic Text Embeddings #1

[Provider] Nomic Text Embeddings

[Provider] Nomic Text Embeddings #1

Workflow file for this run

name: Auto Triage Label
on:
issues:
types: [opened]
jobs:
label_issues:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Add Triage Label
uses: actions/[email protected]
with:
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['triage']
})
github-token: ${{secrets.GITHUB_TOKEN}}