<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/.github/workflows/commit-access-review.py, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>commit-access-review.py: Remove new contributor check (#168629)</title>
<updated>2025-11-19T20:39:14+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2025-11-19T20:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c34927ab5ac9f359616657c3f5e05f868db901f6'/>
<id>c34927ab5ac9f359616657c3f5e05f868db901f6</id>
<content type='text'>
We don't need this anymore since all new contributors in the last year
have applied for commit access using GitHub issues. There is already
code in the script that removes anyone who submitted a request, so we
don't need the old code any more (which was way too conservitave and
very slow).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need this anymore since all new contributors in the last year
have applied for commit access using GitHub issues. There is already
code in the script that removes anyone who submitted a request, so we
don't need the old code any more (which was way too conservitave and
very slow).</pre>
</div>
</content>
</entry>
<entry>
<title>workflows/commit-access-review: Exclude users who have recently requested access (#119102)</title>
<updated>2025-01-07T23:01:49+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2025-01-07T23:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2359635457b1f2c6f2c5d33ca84d0fda7729a19d'/>
<id>2359635457b1f2c6f2c5d33ca84d0fda7729a19d</id>
<content type='text'>
Now that we are accepting commit access requests via GitHub issues, we
can keep track of who has recently requested access.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we are accepting commit access requests via GitHub issues, we
can keep track of who has recently requested access.</pre>
</div>
</content>
</entry>
<entry>
<title>workflows/commit-access-review: Use Python APIs for graphql queries (#108903)</title>
<updated>2024-12-07T02:34:03+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2024-12-07T02:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0d5ae3632d6f1db0b0a308265fc3762679287a9b'/>
<id>0d5ae3632d6f1db0b0a308265fc3762679287a9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>workflows/commit-access-review: Update label name (#118903)</title>
<updated>2024-12-07T02:16:30+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2024-12-07T02:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c49d809f2f54894ca8be4c037825a350e8131992'/>
<id>c49d809f2f54894ca8be4c037825a350e8131992</id>
<content type='text'>
We switched to using a new label name for tracking commit access
requests.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We switched to using a new label name for tracking commit access
requests.</pre>
</div>
</content>
</entry>
<entry>
<title>workflows/commit-access-review: Use get_collaborators() function (#108313)</title>
<updated>2024-09-16T20:37:49+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2024-09-16T20:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f14fd32602a3e898b151ea0302d1d0f8cb2f5afc'/>
<id>f14fd32602a3e898b151ea0302d1d0f8cb2f5afc</id>
<content type='text'>
This gets us the full list of users with commit access to
llvm/llvm-project rather than the list of people in the llvm-committers
team. This will ensure we are able everyone to track everyone with
commit access in case they receive access some other way.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gets us the full list of users with commit access to
llvm/llvm-project rather than the list of people in the llvm-committers
team. This will ensure we are able everyone to track everyone with
commit access in case they receive access some other way.</pre>
</div>
</content>
</entry>
<entry>
<title>[workflows] Add a new workflow for checking commit access qualifications (#93301)</title>
<updated>2024-08-16T00:08:24+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2024-08-16T00:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=84efc8ed463cd0ae90ecd02418442cb62b9a3ad2'/>
<id>84efc8ed463cd0ae90ecd02418442cb62b9a3ad2</id>
<content type='text'>
This workflow produces a list of users that should be moved to the LLVM
Triagers team. An admin will review the list and then manually move
people to the LLVM Triagers Team.

I've also added some documentation to the Developer Policy about the
Triage Role.

See
https://discourse.llvm.org/t/rfc2-new-criteria-for-commit-access/77110
for more details.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This workflow produces a list of users that should be moved to the LLVM
Triagers team. An admin will review the list and then manually move
people to the LLVM Triagers Team.

I've also added some documentation to the Developer Policy about the
Triage Role.

See
https://discourse.llvm.org/t/rfc2-new-criteria-for-commit-access/77110
for more details.</pre>
</div>
</content>
</entry>
</feed>
