Skip to content

Commit 65bdc90

Browse files
authored
Address feedback on fabricbot config for area pods (#66137)
Automatically remove the `untriaged` label when a triage action is performed. When an issue/PR is moved to another area, consider it done on the original board instead of removing it.
1 parent eb57c12 commit 65bdc90

File tree

6 files changed

+1214
-415
lines changed

6 files changed

+1214
-415
lines changed

.github/fabricbot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
generate:
2-
node scripts/updateAreaPodConfigs.js
2+
node updateAreaPodConfigs.js
33

44
.DEFAULT_GOAL := generate

.github/fabricbot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contains scripts used for generating FabricBot automation for the area pod issue/PR project boards. Scripts require nodejs to run:
44

55
```bash
6-
$ node scripts/updateAreaPodConfigs.js
6+
$ node updateAreaPodConfigs.js
77
```
88

99
or if your system has `make`
@@ -14,4 +14,4 @@ $ make
1414

1515
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.
1616

17-
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.
17+
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`, `dotnet-api-docs`, and `machinelearning` repos. Merging the generated config into those files relies on manual editing to preserve other configuration blocks not affected by this script.

0 commit comments

Comments
 (0)