Skip to content

Releases: github/issue-labeler

v3.5

Choose a tag to compare

@stephanmiehe stephanmiehe released this 30 Aug 06:44
ccca1e1

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

New Contributors

Full Changelog: v3.4...v3.5

v3.4

Choose a tag to compare

@stephanmiehe stephanmiehe released this 31 Jan 16:17

What's Changed

New Contributors

Full Changelog: v3.3...v3.4

v3.3

Choose a tag to compare

@stephanmiehe stephanmiehe released this 08 Nov 23:31
6bea9ed

What's Changed

  • feat(config): support reading from local file if it exists by @lrstanley in #48

New Contributors

Full Changelog: v3.2...v3.3

v3.2

Choose a tag to compare

@stephanmiehe stephanmiehe released this 08 Jul 17:45
98b5412

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

Full Changelog: v3.1...v3.2

v3.1

Choose a tag to compare

@stephanmiehe stephanmiehe released this 26 Mar 16:06
e24a3eb

What's Changed

  • Support empty body and only remove existing labels by @dokimiki in #62

New Contributors

Full Changelog: v3.0...v3.1

v3.0

Choose a tag to compare

@stephanmiehe stephanmiehe released this 10 Feb 02:42
cd54a96

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

Full Changelog: v2.6...v3.0

v2.6

Choose a tag to compare

@stephanmiehe stephanmiehe released this 27 Jan 18:39
de16e74

What's Changed

Full Changelog: https://github.com/github/issue-labeler/commits/v2.6

v2.5

Choose a tag to compare

@stephanmiehe stephanmiehe released this 14 May 19:46
6ca2374

What's Changed

Full Changelog: https://github.com/github/issue-labeler/commits/v2.5

Release of v2.4.1

Choose a tag to compare

@stephanmiehe stephanmiehe released this 10 Dec 00:14
99b4c5d

What's Changed

Full Changelog: v2.4...v2.4.1

Release of v2.4

Choose a tag to compare

@stephanmiehe stephanmiehe released this 05 Jun 13:40
829a8bf
  • Support regex flags #15