diff options
author | Emil Lauridsen <[email protected]> | 2020-01-05 18:58:54 +0000 |
---|---|---|
committer | Emil Lauridsen <[email protected]> | 2020-01-05 18:58:54 +0000 |
commit | 0de029c466f6b7a18e8ec633fc34e93881b25774 (patch) | |
tree | 2b5742f242c4691834a4a2f76796440d6e26ee1c | |
parent | e997749a9c2537b8bd4c894aa14a8db9158a1c73 (diff) |
Add missing comma and use double-quotes to bors.toml
-rw-r--r-- | bors.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
1 | status = [ | 1 | status = [ |
2 | 'Rust (ubuntu-latest)' | 2 | "Rust (ubuntu-latest)", |
3 | 'Rust (windows-latest)', | 3 | "Rust (windows-latest)", |
4 | 'Rust (macos-latest)', | 4 | "Rust (macos-latest)", |
5 | "TypeScript" | 5 | "TypeScript" |
6 | ] | 6 | ] |
7 | delete_merged_branches = true | 7 | delete_merged_branches = true |