Releases: github/issue-labeler
Releases · github/issue-labeler
Release list
v3.5
Compatibility
This release updates the action runtime from Node.js 20 to Node.js 24. Self-hosted runners should use Actions Runner v2.328.0 or later. Node.js 24 is incompatible with macOS 13.4 and earlier and does not support ARM32. See GitHub's Node 20 deprecation notice.
What's Changed
- Fix broken link by @stephanmiehe in #93
- Add package-lock.json by @boomanaiden154 in #100
- bump nodejs 20 -> 24 by @BBBmau in #107
New Contributors
- @boomanaiden154 made their first contribution in #100
- @BBBmau made their first contribution in #107
Full Changelog: v3.4...v3.5
v3.4
What's Changed
- Fix warning by update node version by @renanfranca in #82
New Contributors
- @renanfranca made their first contribution in #82
Full Changelog: v3.3...v3.4
v3.3
What's Changed
- feat(config): support reading from local file if it exists by @lrstanley in #48
New Contributors
- @lrstanley made their first contribution in #48
Full Changelog: v3.2...v3.3
v3.2
What's Changed
- fix: read default token by @EndBug in #67
- feat: allow the use of custom issue numbers by @EndBug in #66
- fix: Use the correct input name so the default applies by @phated in #72
- feat: Add outputs of the labels added and removed by @phated in #71
- docs: GITHUB_TOKEN passing is required by @rajbos in #75
- feat: add option to include/exclude body as regex target by @amerikan in #70
New Contributors
- @EndBug made their first contribution in #67
- @phated made their first contribution in #72
- @rajbos made their first contribution in #75
- @amerikan made their first contribution in #70
Full Changelog: v3.1...v3.2
v3.1
v3.0
What's Changed
Breaking change: Issue labels that do not match a regex will no longer be removed by default unless you set sync-labels: to 1
- feat: add sync-labels option by @balazsorban44 in #59
Full Changelog: v2.6...v3.0
v2.6
What's Changed
- @balazsorban44 made their first contribution in #57
Full Changelog: https://github.com/github/issue-labeler/commits/v2.6
v2.5
What's Changed
- refactor: replace deprecated String.prototype.substr() by @CommanderRoot in #38
- Fix typo by @superbrothers in #42
- Add support for pull requests by @superbrothers in #41
- Add 'include-title' input to include the issue title in the regex target by @superbrothers in #43
Full Changelog: https://github.com/github/issue-labeler/commits/v2.5
Release of v2.4.1
What's Changed
- Explicit input definition updates (#25) by @stephanmiehe in #26
Full Changelog: v2.4...v2.4.1
Release of v2.4
- Support regex flags #15