dotnet / issue-labeler

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

Doc improvement to onboarding steps. #38

Closed maryamariyan closed 2 years ago

maryamariyan commented 2 years ago

Also fixes compile on main branch: Setting target framework for M.D.G.LabelPredictor project to net6.0 to match with other projects

FYI this PR updated projects to net6.0: https://github.com/dotnet/issue-labeler/pull/31 and this PR refactored some logic into this new LabelPredictor project https://github.com/dotnet/issue-labeler/pull/36.