Skip to content

feat: add local LLM text post-processing #24

feat: add local LLM text post-processing

feat: add local LLM text post-processing #24

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, synchronized, reopened]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Label PR
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true