Skip to content

test(runtime): fix max_tokens assertions after pure-text short-circui… #37

test(runtime): fix max_tokens assertions after pure-text short-circui…

test(runtime): fix max_tokens assertions after pure-text short-circui… #37

Workflow file for this run

name: TODO to Issue
on:
push:
branches: [main]
permissions:
issues: write
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: alstr/todo-to-issue-action@v5
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: "good first issue,help wanted"
AUTO_ASSIGN: false
# Skip files that contain TODO markers inside string-literal code templates
# (e.g. plugin scaffolding) — those are placeholders for end users, not tasks.
IGNORE: crates/librefang-runtime/src/plugin_manager.rs