You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/docs/dev/README.md
+6-12
Original file line number
Diff line number
Diff line change
@@ -269,19 +269,13 @@ Note: we tag releases by dates, releasing a patch release on the same day should
269
269
270
270
## Permissions
271
271
272
-
There are three sets of people with extra permissions:
272
+
There are two sets of people with extra permissions:
273
273
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).
279
276
It's ok to self-approve if you think you know what you are doing!
280
-
bors should automatically sync the permissions.
281
277
Feel free to request a review or assign any PR to a reviewer with the relevant expertise to bring the work to their attention.
282
278
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