Smart TODO Action
Version updated for https://github.com/DiogoRibeiro7/smart-todo-action to version v1.0.35.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The smart-todo-action is a GitHub Action designed to automate the detection and management of inline comments like TODO, FIXME, BUG, and HACK within a codebase by converting them into GitHub Issues. It supports metadata extraction, automatic labeling, and integration with large language models (LLMs) for semantic enrichment, enabling better issue organization and tracking. This action streamlines codebase maintenance by automating issue creation, prioritization, and synchronization with project management tools.
Release notes
What’s Changed
- chore(deps): bump @actions/core from 2.0.2 to 3.0.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/264
- chore(deps): bump @actions/github from 6.0.1 to 9.0.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/265
- chore(deps): bump openai from 6.16.0 to 6.22.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/272
- chore(deps-dev): bump @types/node from 25.0.10 to 25.3.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/274
- chore(deps): bump @google/genai from 1.38.0 to 1.42.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/275
- chore(deps): bump openai from 6.22.0 to 6.23.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/276
- chore(deps): bump openai from 6.24.0 to 6.29.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/288
- chore(deps): bump @jest/globals from 30.2.0 to 30.3.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/287
- chore(deps-dev): bump @types/node from 25.3.0 to 25.5.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/286
- chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/278
- chore(deps): bump rollup from 4.50.1 to 4.59.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/277
- chore(deps): bump @google/genai from 1.42.0 to 1.45.0 by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/285
- chore(deps): bump undici from 6.23.0 to 6.24.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/289
- chore(deps): bump minimatch from 3.1.2 to 3.1.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/DiogoRibeiro7/smart-todo-action/pull/290
- chore: sync lockfile updates from develop by @DiogoRibeiro7 in https://github.com/DiogoRibeiro7/smart-todo-action/pull/291
- fix(ci): restore GitHub Actions workflow compatibility by @DiogoRibeiro7 in https://github.com/DiogoRibeiro7/smart-todo-action/pull/292
Full Changelog: https://github.com/DiogoRibeiro7/smart-todo-action/compare/v1.0.34...v1.0.35