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
cf67b10e
Commit
cf67b10e
authored
Aug 03, 2021
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Categorize Vale rules files for Dangerbot
Also US spelling fix and a link
parent
9d971b24
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
danger/metadata/Dangerfile
danger/metadata/Dangerfile
+1
-1
danger/roulette/Dangerfile
danger/roulette/Dangerfile
+2
-2
tooling/danger/project_helper.rb
tooling/danger/project_helper.rb
+1
-1
No files found.
danger/metadata/Dangerfile
View file @
cf67b10e
...
...
@@ -20,7 +20,7 @@ if gitlab.mr_body.size < 5
end
if
(
THROUGHPUT_LABELS
&
gitlab
.
mr_labels
).
empty?
warn
'Please add a [merge request type](https://about.gitlab.com/handbook/engineering/metrics/#
data
-classification) to this merge request.'
warn
'Please add a [merge request type](https://about.gitlab.com/handbook/engineering/metrics/#
work-type
-classification) to this merge request.'
end
unless
gitlab
.
mr_json
[
"assignee"
]
...
...
danger/roulette/Dangerfile
View file @
cf67b10e
...
...
@@ -40,9 +40,9 @@ There are no reviewer and maintainer suggestions for the changes in this MR.
MARKDOWN
UNKNOWN_FILES_MESSAGE
=
<<
MARKDOWN
### Uncategori
s
ed files
### Uncategori
z
ed files
These files couldn't be categori
s
ed, so Danger was unable to suggest a reviewer.
These files couldn't be categori
z
ed, so Danger was unable to suggest a reviewer.
Please consider creating a merge request to
[add support](https://gitlab.com/gitlab-org/gitlab/blob/master/tooling/danger/project_helper.rb)
for them.
...
...
tooling/danger/project_helper.rb
View file @
cf67b10e
...
...
@@ -40,7 +40,7 @@ module Tooling
%r{
\A
(ee/)?config/feature_flags/}
=>
:feature_flag
,
%r{
\A
doc/development/usage_ping/dictionary
\.
md
\z
}
=>
[
:docs
,
:product_intelligence
],
%r{
\A
doc/.*(
\.
(md|png|gif|jpg))
\z
}
=>
:docs
,
%r{
\A
doc/.*(
\.
(md|png|gif|jpg
|yml
))
\z
}
=>
:docs
,
%r{
\A
(CONTRIBUTING|LICENSE|MAINTENANCE|PHILOSOPHY|PROCESS|README)(
\.
md)?
\z
}
=>
:docs
,
%r{
\A
data/whats_new/}
=>
:docs
,
...
...
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