File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ emeritus_approvers:
117
117
118
118
# ## OWNERS_ALIASES
119
119
120
- Each repo may contain at its root an OWNERS_ALIAS file.
120
+ Each repo may contain at its root an OWNERS_ALIASES file.
121
121
122
- OWNERS_ALIAS files are in YAML format and support the following keys :
122
+ OWNERS_ALIASES files are in YAML format and support the following keys :
123
123
124
124
- `aliases` : a mapping of alias name to a list of GitHub usernames
125
125
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ func (c *Context) Sort() {
218
218
group .Leadership .TechnicalLeads ,
219
219
group .Leadership .EmeritusLeads } {
220
220
sort .Slice (people , func (i , j int ) bool {
221
- // This ensure OWNERS / OWNERS_ALIAS files are ordered by github
221
+ // This ensure OWNERS / OWNERS_ALIASES files are ordered by github
222
222
return people [i ].GitHub < people [j ].GitHub
223
223
})
224
224
}
You can’t perform that action at this time.
0 commit comments