Skip to content

Commit a3728f4

Browse files
author
Takashi Matsuo
authored
chore: add configs for automation bots (#523)
* chore: add configs for automation bots * chore: remove Auto-approve.yml check
1 parent 1a48d74 commit a3728f4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/snippet-bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Empty snippet-bot config file

.github/sync-repo-settings.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
rebaseMergeAllowed: true
2+
squashMergeAllowed: true
3+
mergeCommitAllowed: false
4+
branchProtectionRules:
5+
- pattern: main
6+
isAdminEnforced: true
7+
requiredStatusCheckContexts:
8+
- gcb-presubmit-node14 (firestore-nodejs-getting-start)
9+
- cla/google
10+
- snippet-bot check
11+
requiredApprovingReviewCount: 1
12+
requiresCodeOwnerReviews: true
13+
requiresStrictStatusChecks: true
14+
permissionRules:
15+
- team: Googlers
16+
permission: pull
17+
- team: nodejs-samples-reviewers
18+
permission: push
19+
- team: nodejs-docs-samples-owners
20+
permission: admin

0 commit comments

Comments
 (0)