dotnet / fabricbot-config

Scripts for managing fabricbot configurations in the dotnet repos
MIT License
4 stars 7 forks source link

Replicate issue/pr tasks from dotnet/runtime; apply them here and to machinelearning #13

Closed jeffhandley closed 2 years ago

jeffhandley commented 2 years ago

Fixes #1

By replicating the issue/PR tasks configured in the dotnet/runtime repository into these scripts, we can now generate the same tasks into other repositories as well and keep the logic in sync. This PR applies those tasks to this repository as well as to dotnet/machinelearning, where these tasks did not previously exist, and those tasks are then also applied to the runtime repository.