Sourced from github/issue-labeler's releases.
v3.3
What's Changed
- feat(config): support reading from local file if it exists by
@lrstanley
in github/issue-labeler#48New Contributors
@lrstanley
made their first contribution in github/issue-labeler#48Full Changelog: https://github.com/github/issue-labeler/compare/v3.2...v3.3
v3.2
What's Changed
- fix: read default token by
@EndBug
in github/issue-labeler#67- feat: allow the use of custom issue numbers by
@EndBug
in github/issue-labeler#66- fix: Use the correct input name so the default applies by
@phated
in github/issue-labeler#72- feat: Add outputs of the labels added and removed by
@phated
in github/issue-labeler#71- docs: GITHUB_TOKEN passing is required by
@rajbos
in github/issue-labeler#75- feat: add option to include/exclude body as regex target by
@amerikan
in github/issue-labeler#70New Contributors
@EndBug
made their first contribution in github/issue-labeler#67@phated
made their first contribution in github/issue-labeler#72@rajbos
made their first contribution in github/issue-labeler#75@amerikan
made their first contribution in github/issue-labeler#70Full Changelog: https://github.com/github/issue-labeler/compare/v3.1...v3.2
6bea9ed
feat(config): support reading from local file if it exists (#48)98b5412
Update README.mde15315c
feat: add option to include/exclude body as regex target (#70)c43637b
GITHUB_TOKEN passing is required (#75)6ae80f5
feat: Add outputs of the labels added and removed (#71)083c480
fix: Use the correct input name so the default applies (#72)3d981b0
Update README.md (#69)30eb925
feat: allow the use of custom issue numbers (#66)ddcff90
fix: read default token (#67)e874594
Update README.md