From 7d33f7f6375ac1663fee793988af00cbc3e74f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Wed, 17 Jan 2024 15:24:31 +0100 Subject: [PATCH] Remove mention of `access-level` from TOML schema docs Apparently, it is not implemented in `sync-team` at the moment. --- docs/toml-schema.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/toml-schema.md b/docs/toml-schema.md index ff94d8bbb..98959b3ca 100644 --- a/docs/toml-schema.md +++ b/docs/toml-schema.md @@ -153,11 +153,6 @@ description = "Co-host" [[lists]] # The email address of the list (required) address = "overlords@rust-lang.org" -# Access level of the list (required) -# - readonly: only users authenticated with Mailgun can send mails -# - members: only members of the list can send mails -# - everyone: everyone can send mails -access-level = "everyone" # This can be set to false to avoid including all the team members in the list # It's useful if you want to create the list with a different set of members # It's optional, and the default is `true`.