1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Move FabricBot rules to Config-As-Code (#62297)

* Move FabricBot rules to Configuration-As-Code

* Update docs/infra/automation.md

Co-authored-by: Dan Moseley <danmose@microsoft.com>

* update FabricBot dump to most recent version

Co-authored-by: Dan Moseley <danmose@microsoft.com>
This commit is contained in:
Eirik Tsarpalis 2021-12-06 12:24:17 +00:00 committed by GitHub
parent 8929153f16
commit f8871cb07e
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6973 additions and 0 deletions

7
docs/infra/automation.md Normal file
View file

@ -0,0 +1,7 @@
## Automation
### Fabric Bot
This repository uses Fabric Bot to automate issue and pull request management. All automation rules are defined in the [`.github/fabricbot.json`](.github/fabricbot.json) file.
At this moment Fabric Bot has not published a JSON schema for the configuration format. In order to make changes to the configuration file, you should use the [`Fabric Bot portal`](https://portal.fabricbot.ms/bot/) to load the configuration file via the "Import Configuration" option and make changes using the editor. You need to be signed out from the portal in order for this option to appear.