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:
parent
8929153f16
commit
f8871cb07e
2 changed files with 6973 additions and 0 deletions
7
docs/infra/automation.md
Normal file
7
docs/infra/automation.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue