Releases: jimschubert/labeler-action
Releases · jimschubert/labeler-action
v2.1.4
Changelog
- 87f7e79: Add major.minor Docker tag to goreleaser config (#19) (@Copilot)
- c8c532e: docs: update readme badges (@jimschubert)
- e6fb93f: workflow: delete lint.yml (lint is other flows) (@jimschubert)
v2.1.3
Changelog
- 8012f2a: deps: upgrade Go 1.25 and deps (@jimschubert)
- 79c9c5a: feat: docker on main build (@jimschubert)
- fee2b55: feat: prepare for v3 deprecation of inputs.GITHUB_TOKEN (@jimschubert)
- e4a9e76: workflow: add shared/standardized workflows (@jimschubert)
v2
What's Changed
v2.1.3
- 8012f2a: deps: upgrade Go 1.25 and deps (@jimschubert)
- 79c9c5a: feat: docker on main build (@jimschubert)
- fee2b55: feat: prepare for v3 deprecation of inputs.GITHUB_TOKEN (@jimschubert)
- e4a9e76: workflow: add shared/standardized workflows (@jimschubert)
v.2.1.2
deps: update labeler v0.1.4
This updates to labler v0.1.4, which supports configuring whether to
evaluate labels against title and/or body, or both. Only the full schema
supports this customization.
v2.1.1
- Evaluating GITHUB_REPOSITORY_OWNER to enable usage from forks by @jimschubert in #2
- Prepare for v2 with forked repo support by @jimschubert in #4
- Bump jimschubert/labeler-action from 1 to 2 in /.github/workflows by @dependabot in #10
- feat: support custom config path by @jimschubert in #8
Full Changelog: v1...v2
Initial Release
This is the initial release of the labeler action. It can label issues and pull requests based on configuration, matching patterns against the title or description of the target event.