Skip to content

Commit beda0a3

Browse files
committed
Address Review Comments:
* Shorten label name * Fix typos
1 parent 60ef4ac commit beda0a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/new-issues-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
'bolt':
2929
- '/\bbolt(?!\-)\b/i'
3030

31-
'infrastructure:commit-access-request':
31+
'infra:commit-access-request':
3232
- '/Request Commit Access/'

llvm/docs/DeveloperPolicy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,12 +478,12 @@ Obtaining Commit Access
478478
We grant commit access to contributors with a track record of submitting high
479479
quality patches. If you would like commit access, please use this `link
480480
<https://github.com/llvm/llvm-project/issues/new?title=Request%20Commit%20Access%20For%20<user>&body=%23%23%23%20Why%20Are%20you%20requesting%20commit%20access%20?>`_ to file
481-
and issue and request commit access. Replace the <user> string in the title
481+
an issue and request commit access. Replace the <user> string in the title
482482
with your github username, and explain why you are requesting commit access in
483483
the issue description. If approved, a GitHub invitation will be sent to your
484484
GitHub account. In case you don't get notification from GitHub, go to
485485
`Invitation Link <https://github.com/orgs/llvm/invitation>`_ directly. Once
486-
accept the invitation, you'll get commit access.
486+
you accept the invitation, you'll get commit access.
487487

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

0 commit comments

Comments
 (0)