From 60af36b73634589be6753adbca19f264f0a81d9c Mon Sep 17 00:00:00 2001 From: "msftbot[bot]" <48340428+msftbot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 20:49:42 +0000 Subject: [PATCH] Add `.github/fabricbot.json` --- .github/fabricbot.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/fabricbot.json diff --git a/.github/fabricbot.json b/.github/fabricbot.json new file mode 100644 index 000000000..4ebd1db81 --- /dev/null +++ b/.github/fabricbot.json @@ -0,0 +1,30 @@ +{ + "version": "1.0", + "tasks": [ + { + "taskType": "trigger", + "capabilityId": "AutoMerge", + "subCapability": "AutoMerge", + "version": "1.0", + "id": "LUEPwPETV", + "config": { + "taskName": "Auto Merge", + "label": "automerge", + "minMinutesOpen": "5", + "mergeType": "squash", + "deleteBranches": true, + "requireAllStatuses": true, + "requireSpecificCheckRuns": false, + "usePrDescriptionAsCommitMessage": true, + "requireAllStatuses_exemptList": [ + "Azure Pipelines", + "Dependabot", + "GitHub Pages", + "Check Enforcer" + ], + "silentMode": true + } + } + ], + "userGroups": [] +}