Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.47 KB

fabricbot_readme.md

File metadata and controls

22 lines (16 loc) · 1.47 KB

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 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 file to your local disk
  2. Go to https://portal.fabricbot.ms/bot/
  3. Click Sign in and use your @microsoft.com credentials
  4. In the Import Configuration section click Choose File and select the JSON file that you downloaded
  5. Press Submit to load the file and launch the FabricBot rules editor
  6. 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
  7. 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.