Move the fabricbot config files to the eng folder to avoid changes triggering CI...
authorJeff Handley <jeffhandley@users.noreply.github.com>
Thu, 24 Feb 2022 20:48:52 +0000 (12:48 -0800)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 20:48:52 +0000 (12:48 -0800)
.github/fabricbot/Makefile [moved from eng/fabricbot/Makefile with 100% similarity]
.github/fabricbot/README.md [moved from eng/fabricbot/README.md with 54% similarity]
.github/fabricbot/generated/areapods-dotnet-api-docs.json [moved from eng/fabricbot/generated/areapods-dotnet-api-docs.json with 100% similarity]
.github/fabricbot/generated/areapods-runtime.json [moved from eng/fabricbot/generated/areapods-runtime.json with 100% similarity]
.github/fabricbot/scripts/updateAreaPodConfigs.js [moved from eng/fabricbot/scripts/updateAreaPodConfigs.js with 100% similarity]

similarity index 54%
rename from eng/fabricbot/README.md
rename to .github/fabricbot/README.md
index 90f3383..46b606d 100644 (file)
@@ -1,6 +1,6 @@
 # FabricBot scripts
 
-Contains scripts used for generating FabricBot automation across all our triage boards. Scripts require nodejs to run:
+Contains scripts used for generating FabricBot automation for the area pod issue/PR project boards. Scripts require nodejs to run:
 
 ```bash
 $ node scripts/updateAreaPodConfigs.js
@@ -14,4 +14,4 @@ $ make
 
 Running the script will generate JSON configuration files under the `generated/` subfolder. The generated files are being tracked by git to simplify auditing changes of the generator script. When making changes to the generator script, please ensure that you have run the script and have committed the new generated files.
 
-Please note that the generated files themselves have no impact on live FabricBot configuration. The changes need to be copied manually under the `.github/fabricbot.json` folder at the root of the `runtime` and `dotnet-api-docs` repos.
+Please note that the generated files themselves have no impact on live FabricBot configuration. The changes need to be merged into the `.github/fabricbot.json` file at the root of the `runtime` and `dotnet-api-docs` repos. Merging the generated config into those files relies on manual editing to preserve other configuration blocks not affected by this script.