Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Infra
CI Jobs
Official Devices Validator
Commits
c339d211
Commit
c339d211
authored
Mar 16, 2021
by
José Henrique
Browse files
Fix github username
parent
c7d6ce80
Changes
1
Hide whitespace changes
Inline
Side-by-side
validator.py
View file @
c339d211
...
...
@@ -114,7 +114,7 @@ def format_json():
# Sanitize github_username
for
roles
in
[
core
,
maintainers
]:
for
member
in
roles
:
member
[
"github_username"
]
=
sanitize_username
(
member
[
"github_username"
])
member
[
"github_username"
]
=
member
[
"github_username"
]
.
lower
(
)
# Sanitize deprecated versions
for
roles
in
[
core
,
maintainers
]:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment