Skip to content

Commit a7cbe4b

Browse files
authored
Merge pull request #19035 from rust-lang/Veykril-patch-1
Update outdated permissions section in the README.md
2 parents 176852b + 9ad5915 commit a7cbe4b

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

Diff for: src/tools/rust-analyzer/docs/dev/README.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -269,19 +269,13 @@ Note: we tag releases by dates, releasing a patch release on the same day should
269269

270270
## Permissions
271271

272-
There are three sets of people with extra permissions:
272+
There are two sets of people with extra permissions:
273273

274-
* rust-analyzer GitHub organization [**admins**](https://github.com/orgs/rust-analyzer/people?query=role:owner) (which include current t-compiler leads).
275-
Admins have full access to the org.
276-
* [**review**](https://github.com/orgs/rust-analyzer/teams/review) team in the organization.
277-
Reviewers have `r+` access to all of organization's repositories and publish rights on crates.io.
278-
They also have direct commit access, but all changes should via bors queue.
274+
* The [rust-lang](https://github.com/rust-lang) team [t-rust-analyzer](https://github.com/rust-lang/team/blob/master/teams/rust-analyzer.toml).
275+
This team has write access to the repository and merge queue permissions (note the repo itself is managed by infra admins).
279276
It's ok to self-approve if you think you know what you are doing!
280-
bors should automatically sync the permissions.
281277
Feel free to request a review or assign any PR to a reviewer with the relevant expertise to bring the work to their attention.
282278
Don't feel pressured to review assigned PRs though.
283-
If you don't feel like reviewing for whatever reason, someone else will pick the review up!
284-
* [**triage**](https://github.com/orgs/rust-analyzer/teams/triage) team in the organization.
285-
This team can label and close issues.
286-
287-
Note that at the time being you need to be a member of the org yourself to view the links.
279+
If you don't feel like reviewing for whatever reason, someone else will pick the review up (but please speak up if you don't feel like it)!
280+
* The [rust-lang](https://github.com/rust-lang) team [t-rust-analyzer-contributors]([https://github.com/orgs/rust-analyzer/teams/triage](https://github.com/rust-lang/team/blob/master/teams/rust-analyzer-contributors.toml)).
281+
This team has general triaging permissions allowing to label, close and re-open issues.

0 commit comments

Comments
 (0)