Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06146f4

Browse files
authored
build: configure branch java7 as a release branch (#420)
* build: configure branch java7 as a release branch * Update sync-repo-settings.yaml
1 parent 44c5d4e commit 06146f4

File tree

2 files changed

+60
-55
lines changed

2 files changed

+60
-55
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
releaseType: java-bom
2-
bumpMinorPreMajor: true
2+
bumpMinorPreMajor: true
3+
branches:
4+
- releaseType: java-yoshi
5+
bumpMinorPreMajor: true
6+
branch: java7
Lines changed: 55 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,60 @@
1-
2-
# Whether or not rebase-merging is enabled on this repository.
3-
# Defaults to `true`
41
rebaseMergeAllowed: false
5-
6-
# Whether or not squash-merging is enabled on this repository.
7-
# Defaults to `true`
82
squashMergeAllowed: true
9-
10-
# Whether or not PRs are merged with a merge commit on this repository.
11-
# Defaults to `false`
123
mergeCommitAllowed: false
13-
14-
# Rules for master branch protection
154
branchProtectionRules:
16-
# Identifies the protection rule pattern. Name of the branch to be protected.
17-
# Defaults to `master`
18-
- pattern: master
19-
# Can admins overwrite branch protection.
20-
# Defaults to `true`
21-
isAdminEnforced: true
22-
# Number of approving reviews required to update matching branches.
23-
# Defaults to `1`
24-
requiredApprovingReviewCount: 1
25-
# Are reviews from code owners required to update matching branches.
26-
# Defaults to `false`
27-
requiresCodeOwnerReviews: true
28-
# Require up to date branches
29-
requiresStrictStatusChecks: false
30-
# List of required status check contexts that must pass for commits to be accepted to matching branches.
31-
requiredStatusCheckContexts:
32-
- "dependencies (8)"
33-
- "dependencies (11)"
34-
- "linkage-monitor"
35-
- "lint"
36-
- "clirr"
37-
- "units (7)"
38-
- "units (8)"
39-
- "units (11)"
40-
- "Kokoro - Test: Integration"
41-
- "dependencies (8, java-bigquery)"
42-
- "dependencies (8, java-bigqueryconnection)"
43-
- "dependencies (8, java-spanner)"
44-
- "dependencies (8, java-storage)"
45-
- "dependencies (8, java-pubsub)"
46-
- "dependencies (11, java-bigquery)"
47-
- "dependencies (11, java-bigqueryconnection)"
48-
- "dependencies (11, java-spanner)"
49-
- "dependencies (11, java-storage)"
50-
- "dependencies (11, java-pubsub)"
51-
- "cla/google"
52-
# List of explicit permissions to add (additive only)
5+
- pattern: master
6+
isAdminEnforced: true
7+
requiredApprovingReviewCount: 1
8+
requiresCodeOwnerReviews: true
9+
requiresStrictStatusChecks: false
10+
requiredStatusCheckContexts:
11+
- dependencies (8)
12+
- dependencies (11)
13+
- linkage-monitor
14+
- lint
15+
- clirr
16+
- units (8)
17+
- units (11)
18+
- 'Kokoro - Test: Integration'
19+
- dependencies (8, java-bigqueryconnection)
20+
- dependencies (8, java-spanner)
21+
- dependencies (8, java-storage)
22+
- dependencies (8, java-pubsub)
23+
- dependencies (11, java-bigqueryconnection)
24+
- dependencies (11, java-spanner)
25+
- dependencies (11, java-storage)
26+
- dependencies (11, java-pubsub)
27+
- cla/google
28+
- pattern: java7
29+
isAdminEnforced: true
30+
requiredApprovingReviewCount: 1
31+
requiresCodeOwnerReviews: true
32+
requiresStrictStatusChecks: false
33+
requiredStatusCheckContexts:
34+
- dependencies (8)
35+
- dependencies (11)
36+
- linkage-monitor
37+
- lint
38+
- clirr
39+
- units (7)
40+
- units (8)
41+
- units (11)
42+
- 'Kokoro - Test: Integration'
43+
- dependencies (8, java-bigquery)
44+
- dependencies (8, java-bigqueryconnection)
45+
- dependencies (8, java-spanner)
46+
- dependencies (8, java-storage)
47+
- dependencies (8, java-pubsub)
48+
- dependencies (11, java-bigquery)
49+
- dependencies (11, java-bigqueryconnection)
50+
- dependencies (11, java-spanner)
51+
- dependencies (11, java-storage)
52+
- dependencies (11, java-pubsub)
53+
- cla/google
5354
permissionRules:
54-
- team: yoshi-admins
55-
permission: admin
56-
- team: yoshi-java-admins
57-
permission: admin
58-
- team: yoshi-java
59-
permission: push
55+
- team: yoshi-admins
56+
permission: admin
57+
- team: yoshi-java-admins
58+
permission: admin
59+
- team: yoshi-java
60+
permission: push

0 commit comments

Comments
 (0)