diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-01-26 07:12:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 07:12:02 +0000 |
| commit | a7cbe4bedd2a8a75ab1690d9429477b7b80ea834 (patch) | |
| tree | 59447928ae96cd099559b1ae0ac4a25e2e681d05 /src/tools/rust-analyzer/docs/dev | |
| parent | 176852ba85f048bad829db3983121b79f78f7022 (diff) | |
| parent | 9ad59150e6ef304fcdb7d2e99136935122b7df98 (diff) | |
| download | rust-a7cbe4bedd2a8a75ab1690d9429477b7b80ea834.tar.gz rust-a7cbe4bedd2a8a75ab1690d9429477b7b80ea834.zip | |
Merge pull request #19035 from rust-lang/Veykril-patch-1
Update outdated permissions section in the README.md
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev')
| -rw-r--r-- | src/tools/rust-analyzer/docs/dev/README.md | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/tools/rust-analyzer/docs/dev/README.md b/src/tools/rust-analyzer/docs/dev/README.md index 3ba492e0959..c990212d585 100644 --- a/src/tools/rust-analyzer/docs/dev/README.md +++ b/src/tools/rust-analyzer/docs/dev/README.md @@ -269,19 +269,13 @@ Note: we tag releases by dates, releasing a patch release on the same day should ## Permissions -There are three sets of people with extra permissions: +There are two sets of people with extra permissions: -* rust-analyzer GitHub organization [**admins**](https://github.com/orgs/rust-analyzer/people?query=role:owner) (which include current t-compiler leads). - Admins have full access to the org. -* [**review**](https://github.com/orgs/rust-analyzer/teams/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. +* The [rust-lang](https://github.com/rust-lang) team [t-rust-analyzer](https://github.com/rust-lang/team/blob/master/teams/rust-analyzer.toml). + This team has write access to the repository and merge queue permissions (note the repo itself is managed by infra admins). It's ok to self-approve if you think you know what you are doing! - bors should automatically sync the permissions. Feel free to request a review or assign any PR to a reviewer with the relevant expertise to bring the work to their attention. Don't feel pressured to review assigned PRs though. - If you don't feel like reviewing for whatever reason, someone else will pick the review up! -* [**triage**](https://github.com/orgs/rust-analyzer/teams/triage) team in the organization. - This team can label and close issues. - -Note that at the time being you need to be a member of the org yourself to view the links. + 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)! +* 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)). + This team has general triaging permissions allowing to label, close and re-open issues. |
