Releases: jlowin/ai-labeler
v0.5.1
The labeler will now consider any linked issues and PRs as part of its context
What's Changed
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- In the config file,
context_files
is nowcontext-files
(though the old spelling is still respected) - Minimum ControlFlow version bumped due to a small bug
What's Changed
- 0.4.0 bump by @jlowin in #13
- Add test for no labels by @jlowin in #14
- Consolidate AI logic by @jlowin in #15
- update context_files to context-files by @jlowin in #16
- version bump by @jlowin in #17
Full Changelog: v0.4.0...v0.5.0
v0.4.0
This release significantly improves GPT-4o-mini's performance with the following steps:
adding a separate reasoning step with a structured response over each label
PrefectHQ/ControlFlow#372, in particular how success tool instructions are generated
tweaking instructions to better reflect the objective
4o-mini is now capable of handling more complex instructions like "never apply this label" (when a label is otherwise obviously appropriate) or contextual application that would fail previously and require 4o proper.
What's Changed
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.1
Bugfix: accessing the config as a dict instead of a list
Bugfix: update README YAML formatting
v0.2.0
Add files to context, such as CODEOWNERS
, contribution guides, and more.
Initial release
v0.1.0 Update action.yml