dotnet / issue-labeler

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

Update documentation based on learnings after onboarding a new repo #65

Closed jeffhandley closed 1 year ago

jeffhandley commented 1 year ago

I captured what I learned while onboarding the microsoft/vscode-dotnettools repo, which involved:

  1. Updating the configuration for the existing microsoft-dotnet-framework-docker app that was already hosting ML.NET models and running the engine for the microsoft/dotnet-framework-docker repo
    • When this caused that app to stop successfully loading the ML.NET models, the app was republished to be upgraded to net6.0
    • Debugging info was added to the app to learn more about the necessary configuration
  2. Updating the configuration of the dispatcher-app to know how to route webhook events for microsoft/vscode-dotnettools to that predictor app instance

Along the way, I finally gained a better understanding of the main vs. feature/public-dispatcher branches in this repository, and I captured that in the documentation here. I also renamed a folder to match its project name to reduce confusion therein.