From ae716d68eb704bc52941df882563780f68114349 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 17 Jul 2020 14:52:41 +0200 Subject: [PATCH 1/3] Add jyn514 and Manishearth to the rustdoc team --- teams/rustdoc.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teams/rustdoc.toml b/teams/rustdoc.toml index b7eac9e86..c3e797215 100644 --- a/teams/rustdoc.toml +++ b/teams/rustdoc.toml @@ -7,6 +7,8 @@ members = [ "GuillaumeGomez", "ollie27", "kinnison", + "jyn514", + "Manishearth", ] [[github]] From c6cdc2d6d1440e07f83b08654ba91f7db31862df Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 17 Jul 2020 15:11:10 +0200 Subject: [PATCH 2/3] Remove unneeded extra try rights for jyn514 --- people/jyn514.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/people/jyn514.toml b/people/jyn514.toml index c3681d4c5..af05a9eda 100644 --- a/people/jyn514.toml +++ b/people/jyn514.toml @@ -4,5 +4,4 @@ github-id = 23638587 email = 'jyn514@gmail.com' [permissions] -bors.rust.try = true perf = true From 449394f9234db1967a98a076166a578b8947955d Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 17 Jul 2020 15:45:03 +0200 Subject: [PATCH 3/3] Add perf permissions to the rustdoc team --- people/jyn514.toml | 3 --- teams/rustdoc.toml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/people/jyn514.toml b/people/jyn514.toml index af05a9eda..1d31b596d 100644 --- a/people/jyn514.toml +++ b/people/jyn514.toml @@ -2,6 +2,3 @@ name = 'Joshua Nelson' github = 'jyn514' github-id = 23638587 email = 'jyn514@gmail.com' - -[permissions] -perf = true diff --git a/teams/rustdoc.toml b/teams/rustdoc.toml index c3e797215..3691dcbae 100644 --- a/teams/rustdoc.toml +++ b/teams/rustdoc.toml @@ -17,6 +17,7 @@ orgs = ["rust-lang", "rust-lang-nursery"] [permissions] crater = true bors.rust.review = true +perf = true [rfcbot] label = "T-rustdoc"