test(runtime): fix max_tokens assertions after pure-text short-circui… #37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |