Pull Requests | Issues | v4.14.5...v4.14.6
Fixes
#1758 Enable the update of pull request labels even if --output
option is enabled @ijin
Caution
Due to this change, --output
option requires a GitHub Access token by default to update labels.
If an error like github token is missing
happens, there are several ways to solve the error.
- Set
--disable-label
option - Set
GITHUB_TOKEN
ref. #1758 (comment)