From 0de029c466f6b7a18e8ec633fc34e93881b25774 Mon Sep 17 00:00:00 2001 From: Emil Lauridsen Date: Sun, 5 Jan 2020 19:58:54 +0100 Subject: [PATCH] Add missing comma and use double-quotes to bors.toml --- bors.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bors.toml b/bors.toml index 4a0e0c5e4b..0bc71860f2 100644 --- a/bors.toml +++ b/bors.toml @@ -1,7 +1,7 @@ status = [ - 'Rust (ubuntu-latest)' - 'Rust (windows-latest)', - 'Rust (macos-latest)', + "Rust (ubuntu-latest)", + "Rust (windows-latest)", + "Rust (macos-latest)", "TypeScript" ] delete_merged_branches = true