Add .github/fabricbot.json

This commit is contained in:
msftbot[bot] 2022-06-27 20:49:42 +00:00 committed by GitHub
parent b9dffdd990
commit 60af36b736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
.github/fabricbot.json vendored Normal file
View File

@ -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": []
}