Skip to content

Commit 192d02b

Browse files
committed
Addresses OpenHistoricalMap/issues#1299 by removing an inappropriate test on the translatewiki branch
1 parent e6ca1a6 commit 192d02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
# Report if some translation file (except en.yml) is modified
1818
if modified_yml_files.empty? or branch_for_head == 'translatewiki'
1919
auto_label.remove("inappropriate-translations")
20-
elseq
20+
else
2121
modified_files_str = modified_yml_files.map { |file| "`#{file}`" }.join(", ")
2222
warn("The following YAML files other than `en.yml` have been modified: #{modified_files_str}. Only `en.yml` is allowed to be changed. Translations are updated via Translatewiki, see CONTRIBUTING.md.")
2323
auto_label.set(pr_number, "inappropriate-translations", "B60205")

0 commit comments

Comments
 (0)