diff --git a/.github/fabricbot_readme.md b/.github/fabricbot_readme.md deleted file mode 100644 index ede6de755bc4..000000000000 --- a/.github/fabricbot_readme.md +++ /dev/null @@ -1,22 +0,0 @@ -FabricBot readme -================ - -FabricBot is an automated tool that responds to changes in issues, PRs, or runs on a schedule. It can modify issues and PRs by adding/removing labels, adding comments, or performing other operations. - -Those rules are all defined in the associated [fabricbot.json](/.github/fabricbot.json) file in this folder. - -While you can _try_ to edit this file manually, you can instead use the Fabric Bot editor UI to modify the file in a more reliable manner: - -1. Download the [fabricbot.json](/.github/fabricbot.json) file to your local disk -1. Go to https://portal.fabricbot.ms/bot/ -1. Click **Sign in** and use your `@microsoft.com` credentials -1. In the **Import Configuration** section click **Choose File** and select the JSON file that you downloaded -1. Press **Submit** to load the file and launch the FabricBot rules editor -1. In this UI you can: - - View all existing rules - - Click **Add Task** in the upper-right corner to add a new task. This is where you can see the various capabilities of FabricBot -1. And then click around in the tool to see the various abilities and options - -Don't worry, you can click all you want, because that UI won't save anything to anywhere. You can export the rules and download the generated JSON file. But don't worry about accidentally changing the FabricBot rules in this repo 😊 - -If you want to save your changes, click the **Export configuration** file, and upload the new file to the repo's rules at `/.github/fabricbot.json`. diff --git a/.github/policies_readme.md b/.github/policies_readme.md new file mode 100644 index 000000000000..34e3e18f41fa --- /dev/null +++ b/.github/policies_readme.md @@ -0,0 +1,6 @@ +Policy Service Readme +===================== + +Policy Service is an automated tool that responds to changes in issues, PRs, or runs on a schedule. It can modify issues and PRs by adding/removing labels, adding comments, or performing other operations. + +Those rules are all defined in the associated [policies](/.github/policies) sub-folder. For information about the service and the YAML schema for configuring automation, visit https://eng.ms/docs/more/github-inside-microsoft/policies (Microsoft Internal).