Releases: necojackarc/auto-request-review
Releases · necojackarc/auto-request-review
Release v0.13.0
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #108
- Bump @babel/traverse from 7.11.0 to 7.23.2 by @dependabot in #112
- Bump to node.js v20.x by @mcgows in #117
- Bump version to v0.13.0 by @necojackarc in #118
New Contributors
Full Changelog: v0.12.0...v0.13.0
Release v0.12.0
- Revert "Use team keys for authors" (#96)
Release v0.11.0
- Support GitHub teams in
per_author
(#88)
Release v0.10.0
- Support a
last_files_match_only
option for CODEOWNERS-compatibility (#80)
Release v0.9.0
- Support local config (#77)
Release v0.8.0
- Run on Node v16
Release v0.7.0
- BREAKING CHANGE Add
:team
prefix to GitHub teams (#45)
Release v0.6.0
- Enable requesting code review from GitHub teams (#43)
Release v0.5.1
- Fix the logging message to be in line with the changes made in #34
Release v0.5.0
- Fetch the config file from the current branch as it's more aligned with how GitHub Actions work in general