Skip to content

Commit 423f387

Browse files
bors[bot]matklad
andauthored
Merge #6906
6906: Document new permissions r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents c1c36ac + 675390e commit 423f387

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/dev/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,17 @@ Release steps:
292292
4. Tweet
293293
5. Inside `rust-analyzer`, run `cargo xtask promote` -- this will create a PR to rust-lang/rust updating rust-analyzer's submodule.
294294
Self-approve the PR.
295+
296+
# Permissions
297+
298+
There 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.

0 commit comments

Comments
 (0)