Skip to content

Commit e59082b

Browse files
committed
Add config for robots
1 parent b143be2 commit e59082b

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

.github/auto-merge.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Configuration for probot-auto-merge - https://github.com/bobvanderlinden/probot-auto-merge
2+
minApprovals:
3+
NONE: 1
4+
5+
maxRequestedChanges:
6+
NONE: 0
7+
8+
updateBranch: true
9+
10+
deleteBranchAfterMerge: false
11+
12+
mergeMethod: squash
13+
14+
requiredLabels:
15+
- auto-merge
16+
17+
blockingTitleRegex: '\bwip\b'
18+
19+
reportStatus: true

.github/ogbot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Configuration for ogbot
2+
# Individual tasks can be disabled, section names are:
3+
# autoApproveByBot, autoApproveByAssign, prTitle, mergeStatus, commands
4+
all:
5+
enabled: false
6+
7+
autoApproveByAssign:
8+
enabled: true
9+
10+
commands:
11+
enabled: true

0 commit comments

Comments
 (0)