dotnet / issue-labeler

An issue labeler bot for use in dotnet repositories.
MIT License
22 stars 19 forks source link

Support configuration of 'no_area_determined:label'. Improve log messages. #64

Closed jeffhandley closed 1 year ago

jeffhandley commented 1 year ago

Fixes #27

This reintroduces the logic previously implemented in #53, and it has been successfully deployed and tested. Both aspnetcore and runtime are configured to use this setting (and no longer leave comments when an area label is still needed). Example: dotnet/aspnetcore/issues/47388

This PR also improves the logging messages to include the owner/repo along with the issue/pull number.