Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit a4add51

Browse files
build: add srs yaml file (#1065)
* build: add sync-repo-settings and change branch protection Source-Link: googleapis/synthtool@ed8079c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:80bfa0c67226453b37b501be7748b2fa2a2676cfeec0012e79e3a1a8f1cbe6a3
1 parent c8afcf5 commit a4add51

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.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:dc7bfb4c4bf50496abbdd24bd9e4aaa833dc75248c0a9e3a7f807feda5258873
17-
# created: 2022-04-14T17:36:54.629564643Z
16+
digest: sha256:80bfa0c67226453b37b501be7748b2fa2a2676cfeec0012e79e3a1a8f1cbe6a3
17+
# created: 2022-04-14T19:57:08.518420247Z

.github/sync-repo-settings.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
branchProtectionRules:
2+
- pattern: main
3+
isAdminEnforced: true
4+
requiredApprovingReviewCount: 1
5+
requiresCodeOwnerReviews: true
6+
requiresStrictStatusChecks: false
7+
requiredStatusCheckContexts:
8+
- "ci/kokoro: Samples test"
9+
- "ci/kokoro: System test"
10+
- docs
11+
- lint
12+
- test (10)
13+
- test (12)
14+
- test (14)
15+
- cla/google
16+
- windows
17+
- OwlBot Post Processor

0 commit comments

Comments
 (0)