From 7ae3a0d6cf4d630b017f7670a96a84520aed55e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 18 Jan 2024 09:59:33 +0100 Subject: [PATCH] Fix documentation of `[[github]]` in teams It is supposed to be an array, not an object. --- docs/toml-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toml-schema.md b/docs/toml-schema.md index 98959b3ca..b801acd5e 100644 --- a/docs/toml-schema.md +++ b/docs/toml-schema.md @@ -99,7 +99,7 @@ include-all-alumni = false # Configure the GitHub integration # This is optional, and if missing the team won't be synchronized with GitHub -[github] +[[github]] team-name = "overlords-team" # The name of the GitHub team (optional) orgs = ["rust-lang"] # Organizations to create the team in (required) # Include members of these Rust teams in this GitHub team (optional)