Skip to content

Allow sending label descriptions to the LLM #21

Allow sending label descriptions to the LLM

Allow sending label descriptions to the LLM #21

Workflow file for this run

name: Ruff Format
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: astral-sh/ruff-action@v1
with:
args: "check --output-format=github"
changed-files: "true"