Skip to content

Commit f7480ce

Browse files
committed
Bug 1907217: remove * branch from RelEng github repositories and try r?#releng-reviewers!
Stage one of the plan written out in the bug. This _should_ be quite safe. For Maple, all of the scopes that `branch:*` has are already granted by `branch:default`. For GitHub we have some differences, but as far as I can tell, only where the explicit branches have more scopes than `branch:*` due to grants such as https://github.com/mozilla-releng/fxci-config/blob/944ea85da779ab430e932f9829f1f02bb11ee11c/grants.yml#L1185-L1200. Original revision/discussion in https://phabricator.services.mozilla.com/D216239
1 parent 76b1455 commit f7480ce

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

projects.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ maple:
451451
repo_type: hg
452452
access: scm_level_3
453453
branches:
454-
- name: "*"
455454
- name: default
456455
trust_domain: gecko
457456
features:
@@ -596,8 +595,6 @@ taskgraph:
596595
repo_type: git
597596
trust_domain: taskgraph
598597
branches:
599-
- name: "*"
600-
level: 3
601598
- name: main
602599
level: 3
603600
features:
@@ -615,8 +612,6 @@ mozilla-taskgraph:
615612
trust_domain: taskgraph
616613
trust_project: mozilla-taskgraph
617614
branches:
618-
- name: "*"
619-
level: 3
620615
- name: main
621616
level: 3
622617
features:
@@ -840,8 +835,6 @@ k8s-autoscale:
840835
repo: https://github.com/mozilla-releng/k8s-autoscale
841836
repo_type: git
842837
branches:
843-
- name: "*"
844-
level: 3
845838
- name: master
846839
level: 3
847840
- name: production
@@ -889,8 +882,6 @@ shipit:
889882
trust-domain-scopes: true
890883
trust_domain: releng
891884
branches:
892-
- name: "*"
893-
level: 3
894885
- name: main
895886
level: 3
896887
- name: production
@@ -902,8 +893,6 @@ tooltool:
902893
repo: https://github.com/mozilla-releng/tooltool
903894
repo_type: git
904895
branches:
905-
- name: "*"
906-
level: 3
907896
- name: master
908897
level: 3
909898
- name: production
@@ -926,8 +915,6 @@ treestatus:
926915
repo: https://github.com/mozilla-releng/treestatus
927916
repo_type: git
928917
branches:
929-
- name: "*"
930-
level: 3
931918
- name: master
932919
level: 3
933920
- name: production
@@ -948,8 +935,6 @@ balrog:
948935
repo_type: git
949936
trust_domain: releng
950937
branches:
951-
- name: "*"
952-
level: 3
953938
- name: main
954939
level: 3
955940
features:
@@ -963,8 +948,6 @@ scriptworker:
963948
repo: https://github.com/mozilla-releng/scriptworker
964949
repo_type: git
965950
branches:
966-
- name: "*"
967-
level: 3
968951
- name: main
969952
level: 3
970953
trust_domain: scriptworker
@@ -1148,8 +1131,6 @@ staging-xpi-manifest:
11481131
repo: https://github.com/mozilla-releng/staging-xpi-manifest
11491132
repo_type: git
11501133
branches:
1151-
- name: "*"
1152-
level: 1
11531134
- name: main
11541135
level: 1
11551136
trust_domain: xpi
@@ -1183,8 +1164,6 @@ staging-xpi-private:
11831164
repo: https://github.com/mozilla-releng/staging-xpi-private
11841165
repo_type: git
11851166
branches:
1186-
- name: "*"
1187-
level: 1
11881167
- name: master
11891168
level: 1
11901169
default_branch: master
@@ -1200,8 +1179,6 @@ staging-adhoc-signing:
12001179
repo: https://github.com/mozilla-releng/staging-adhoc-signing
12011180
repo_type: git
12021181
branches:
1203-
- name: "*"
1204-
level: 1
12051182
- name: master
12061183
level: 1
12071184
default_branch: master
@@ -1252,8 +1229,6 @@ scriptworker-scripts:
12521229
repo: https://github.com/mozilla-releng/scriptworker-scripts
12531230
repo_type: git
12541231
branches:
1255-
- name: "*"
1256-
level: 3
12571232
- name: master
12581233
level: 3
12591234
- name: production*

0 commit comments

Comments
 (0)