Skip to content

Commit 6fe94c3

Browse files
tstellarEndilll
andauthored
[Workflows] Enable commit access requests via GitHub issues (#100458)
This updates the auto-labeler to match a specific issue title that is going to be used for requesting commit access and then add the infrastructure:commit-access-request label. This will notify the admin team who will be able to handle the request. See https://discourse.llvm.org/t/rfc-change-the-process-for-requesting-commit-access/80184 --------- Co-authored-by: Vlad Serebrennikov <[email protected]>
1 parent 6626ed6 commit 6fe94c3

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/new-issues-labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@
2727

2828
'bolt':
2929
- '/\bbolt(?!\-)\b/i'
30+
31+
'infra:commit-access-request':
32+
- '/Request Commit Access/'

llvm/docs/DeveloperPolicy.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -533,13 +533,13 @@ Obtaining Commit Access
533533
-----------------------
534534

535535
We grant commit access to contributors that can provide a valid justification.
536-
If you would like commit access, please send an email to
537-
`Chris <mailto:[email protected]>`_ with your GitHub username. This is true
538-
for former contributors with SVN access as well as new contributors. If
539-
approved, a GitHub invitation will be sent to your GitHub account. In case you
540-
don't get notification from GitHub, go to
536+
If you would like commit access, please use this `link <https://github.com/llvm/llvm-project/issues/new?title=Request%20Commit%20Access%20For%20%3Cuser%3E&body=%23%23%23%20Why%20Are%20you%20requesting%20commit%20access%20?>`_ to file
537+
an issue and request commit access. Replace the <user> string in the title
538+
with your github username, and explain why you are requesting commit access in
539+
the issue description. If approved, a GitHub invitation will be sent to your
540+
GitHub account. In case you don't get notification from GitHub, go to
541541
`Invitation Link <https://github.com/orgs/llvm/invitation>`_ directly. Once
542-
accept the invitation, you'll get commit access.
542+
you accept the invitation, you'll get commit access.
543543

544544
Prior to obtaining commit access, it is common practice to request that
545545
someone with commit access commits on your behalf. When doing so, please

0 commit comments

Comments
 (0)