Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f14f82d2
Commit
f14f82d2
authored
Nov 04, 2021
by
Ash McKenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lowercase keys and reduce logic
parent
d33c1d8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
danger/roulette/Dangerfile
danger/roulette/Dangerfile
+1
-1
danger/specialization_labels/Dangerfile
danger/specialization_labels/Dangerfile
+1
-1
No files found.
danger/roulette/Dangerfile
View file @
f14f82d2
...
...
@@ -97,7 +97,7 @@ categories = Set.new(changes.keys - [:unknown])
categories
<<
:database
if
helper
.
mr_labels
.
include?
(
'database'
)
# Ensure to spin for UX reviewer for community contributions when ~UX is applied (e.g. to review changes to the UI)
categories
<<
:
UX
if
helper
.
mr_labels
.
include?
(
'UX'
)
&&
helper
.
mr_labels
.
include?
(
'Community contribution'
)
categories
<<
:
ux
if
([
"UX"
,
"Community contribution"
]
-
helper
.
mr_labels
).
empty?
# Ensure to spin for Product Intelligence reviewer when ~"product intelligence::review pending" is applied
categories
<<
:product_intelligence
if
helper
.
mr_labels
.
include?
(
"product intelligence::review pending"
)
...
...
danger/specialization_labels/Dangerfile
View file @
f14f82d2
...
...
@@ -6,7 +6,7 @@ SPECIALIZATIONS = {
database:
'database'
,
backend:
'backend'
,
frontend:
'frontend'
,
UX
:
'UX'
,
ux
:
'UX'
,
docs:
'documentation'
,
qa:
'QA'
,
tooling:
'type::tooling'
,
...
...
Write
Preview
Markdown
is supported
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