Skip to content

Commit 29da219

Browse files
build(node): add new jsteam + enforce branches up-to-date (#1451) (#1734)
Source-Link: googleapis/synthtool@cd78529 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ddb19a6df6c1fa081bc99fb29658f306dd64668bc26f75d1353b28296f3a78e6
1 parent 5f95fbb commit 29da219

3 files changed

Lines changed: 13 additions & 15 deletions

File tree

handwritten/firestore/.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
17-
# created: 2022-04-20T16:59:29.058398639Z
16+
digest: sha256:ddb19a6df6c1fa081bc99fb29658f306dd64668bc26f75d1353b28296f3a78e6
17+
# created: 2022-06-07T21:18:30.024751809Z
Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
rules:
2-
- author: "release-please[bot]"
3-
title: "^chore: release"
4-
changedFiles:
5-
- "package\\.json$"
6-
- "CHANGELOG\\.md$"
7-
maxFiles: 3
8-
- author: "renovate-bot"
9-
title: "^(fix|chore)\\(deps\\):"
10-
changedFiles:
11-
- "package\\.json$"
12-
maxFiles: 2
1+
processes:
2+
- "NodeDependency"
3+
- "OwlBotTemplateChanges"

handwritten/firestore/.github/sync-repo-settings.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branchProtectionRules:
33
isAdminEnforced: true
44
requiredApprovingReviewCount: 1
55
requiresCodeOwnerReviews: true
6-
requiresStrictStatusChecks: false
6+
requiresStrictStatusChecks: true
77
requiredStatusCheckContexts:
88
- "ci/kokoro: Samples test"
99
- "ci/kokoro: System test"
@@ -15,3 +15,10 @@ branchProtectionRules:
1515
- cla/google
1616
- windows
1717
- OwlBot Post Processor
18+
permissionRules:
19+
- team: yoshi-admins
20+
permission: admin
21+
- team: jsteam-admins
22+
permission: admin
23+
- team: jsteam
24+
permission: push

0 commit comments

Comments
 (0)