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
ad5cc797
Commit
ad5cc797
authored
Jul 22, 2020
by
alinamihaila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CODEOWNERS to engineering productivity review
parent
9b491d6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lib/gitlab/danger/helper.rb
lib/gitlab/danger/helper.rb
+1
-0
spec/lib/gitlab/danger/helper_spec.rb
spec/lib/gitlab/danger/helper_spec.rb
+1
-0
No files found.
lib/gitlab/danger/helper.rb
View file @
ad5cc797
...
@@ -170,6 +170,7 @@ module Gitlab
...
@@ -170,6 +170,7 @@ module Gitlab
%r{
\A
(ee/)?(danger/|lib/gitlab/danger/)}
=>
:engineering_productivity
,
%r{
\A
(ee/)?(danger/|lib/gitlab/danger/)}
=>
:engineering_productivity
,
%r{
\A
(ee/)?scripts/}
=>
:engineering_productivity
,
%r{
\A
(ee/)?scripts/}
=>
:engineering_productivity
,
%r{
\A
tooling/}
=>
:engineering_productivity
,
%r{
\A
tooling/}
=>
:engineering_productivity
,
%r{(CODEOWNERS)}
=>
:engineering_productivity
,
%r{
\A
(ee/)?app/(?!assets|views)[^/]+}
=>
:backend
,
%r{
\A
(ee/)?app/(?!assets|views)[^/]+}
=>
:backend
,
%r{
\A
(ee/)?(bin|config|generator_templates|lib|rubocop)/}
=>
:backend
,
%r{
\A
(ee/)?(bin|config|generator_templates|lib|rubocop)/}
=>
:backend
,
...
...
spec/lib/gitlab/danger/helper_spec.rb
View file @
ad5cc797
...
@@ -242,6 +242,7 @@ RSpec.describe Gitlab::Danger::Helper do
...
@@ -242,6 +242,7 @@ RSpec.describe Gitlab::Danger::Helper do
'.editorconfig'
|
[
:engineering_productivity
]
'.editorconfig'
|
[
:engineering_productivity
]
'tooling/overcommit/foo'
|
[
:engineering_productivity
]
'tooling/overcommit/foo'
|
[
:engineering_productivity
]
'.codeclimate.yml'
|
[
:engineering_productivity
]
'.codeclimate.yml'
|
[
:engineering_productivity
]
'.gitlab/CODEOWNERS'
|
[
:engineering_productivity
]
'lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml'
|
[
:backend
]
'lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml'
|
[
:backend
]
...
...
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