History log of /llvm-project/.github/workflows/commit-access-review.py (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# 23596354 07-Jan-2025 Tom Stellard <tstellar@redhat.com>

workflows/commit-access-review: Exclude users who have recently requested access (#119102)

Now that we are accepting commit access requests via GitHub issues, we
can keep track of who has recently r

workflows/commit-access-review: Exclude users who have recently requested access (#119102)

Now that we are accepting commit access requests via GitHub issues, we
can keep track of who has recently requested access.

show more ...


Revision tags: llvmorg-19.1.6
# 0d5ae363 07-Dec-2024 Tom Stellard <tstellar@redhat.com>

workflows/commit-access-review: Use Python APIs for graphql queries (#108903)


# c49d809f 07-Dec-2024 Tom Stellard <tstellar@redhat.com>

workflows/commit-access-review: Update label name (#118903)

We switched to using a new label name for tracking commit access
requests.


Revision tags: llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0
# f14fd326 16-Sep-2024 Tom Stellard <tstellar@redhat.com>

workflows/commit-access-review: Use get_collaborators() function (#108313)

This gets us the full list of users with commit access to
llvm/llvm-project rather than the list of people in the llvm-com

workflows/commit-access-review: Use get_collaborators() function (#108313)

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.

show more ...


Revision tags: llvmorg-19.1.0-rc4, llvmorg-19.1.0-rc3
# 84efc8ed 16-Aug-2024 Tom Stellard <tstellar@redhat.com>

[workflows] Add a new workflow for checking commit access qualifications (#93301)

This workflow produces a list of users that should be moved to the LLVM
Triagers team. An admin will review the lis

[workflows] Add a new workflow for checking commit access qualifications (#93301)

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.

show more ...