Wrap DB paths in backticks in the Danger check
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
f5b64bee94
commit
545c961dbc
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ unless db_paths_to_review.empty?
|
|||
|
||||
The following files require a review from the Database team:
|
||||
|
||||
* #{db_paths_to_review.join("\n* ")}
|
||||
* #{db_paths_to_review.map { |path| "`#{path}`" }.join("\n* ")}
|
||||
|
||||
To make sure these changes are reviewed, take the following steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue