aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-12-16 15:07:47 +0000
committerGitHub <[email protected]>2020-12-16 15:07:47 +0000
commit423f3872246f1a67b49e248f3437cb46fdfc8138 (patch)
tree409c35e9eb188969f5ec00e96b59132bf8f0840c /docs
parentc1c36acb025880c742c65f436a61fd87fc627eb0 (diff)
parent675390e012577252d27a65556c2c784e4e963939 (diff)
Merge #6906
6906: Document new permissions r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 2795f6b5c..4a2f9feb3 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -292,3 +292,17 @@ Release steps:
2924. Tweet 2924. Tweet
2935. Inside `rust-analyzer`, run `cargo xtask promote` -- this will create a PR to rust-lang/rust updating rust-analyzer's submodule. 2935. Inside `rust-analyzer`, run `cargo xtask promote` -- this will create a PR to rust-lang/rust updating rust-analyzer's submodule.
294 Self-approve the PR. 294 Self-approve the PR.
295
296# Permissions
297
298There are three sets of people with extra permissions:
299
300* rust-analyzer GitHub organization **admins** (which include current t-compiler leads).
301 Admins have full access to the org.
302* **review** team in the organization.
303 Reviewers have `r+` access to all of organization's repositories and publish rights on crates.io.
304 They also have direct commit access, but all changes should via bors queue.
305 It's ok to self-approve if you think you know what you are doing!
306 bors should automatically sync the permissions.
307* **triage** team in the organization.
308 This team can label and close issues.