Skip to content

Commit 49a26a2

Browse files
committed
Add fabricbot config
1 parent 1aac5db commit 49a26a2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/fabricbot.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[
2+
{
3+
"taskType": "trigger",
4+
"capabilityId": "AutoMerge",
5+
"subCapability": "AutoMerge",
6+
"version": "1.0",
7+
"config": {
8+
"taskName": "Auto merge pull requests",
9+
"label": "auto-merge",
10+
"allowAutoMergeInstructionsWithoutLabel": false,
11+
"mergeType": "squash",
12+
"deleteBranches": true,
13+
"removeLabelOnPush": true,
14+
"requireAllStatuses": true,
15+
"requireSpecificCheckRuns": false,
16+
"usePrDescriptionAsCommitMessage": true,
17+
"minMinutesOpen": "",
18+
"minimumNumberOfStatuses": 2
19+
}
20+
}
21+
]

0 commit comments

Comments
 (0)