diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-16 15:07:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-16 15:07:47 +0000 |
| commit | 423f3872246f1a67b49e248f3437cb46fdfc8138 (patch) | |
| tree | 409c35e9eb188969f5ec00e96b59132bf8f0840c /docs/dev | |
| parent | c1c36acb025880c742c65f436a61fd87fc627eb0 (diff) | |
| parent | 675390e012577252d27a65556c2c784e4e963939 (diff) | |
| download | rust-423f3872246f1a67b49e248f3437cb46fdfc8138.tar.gz rust-423f3872246f1a67b49e248f3437cb46fdfc8138.zip | |
Merge #6906
6906: Document new permissions r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index 2795f6b5c12..4a2f9feb369 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -292,3 +292,17 @@ Release steps: 4. Tweet 5. Inside `rust-analyzer`, run `cargo xtask promote` -- this will create a PR to rust-lang/rust updating rust-analyzer's submodule. Self-approve the PR. + +# Permissions + +There are three sets of people with extra permissions: + +* rust-analyzer GitHub organization **admins** (which include current t-compiler leads). + Admins have full access to the org. +* **review** team in the organization. + Reviewers have `r+` access to all of organization's repositories and publish rights on crates.io. + They also have direct commit access, but all changes should via bors queue. + It's ok to self-approve if you think you know what you are doing! + bors should automatically sync the permissions. +* **triage** team in the organization. + This team can label and close issues. |
