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

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Mon May 27 21:20:26 PDT 2024


================
@@ -527,6 +527,20 @@ after they are committed, depending on the nature of the change).  You are
 encouraged to review other peoples' patches as well, but you aren't required
 to do so.
 
+Triage Role
+^^^^^^^^^^^^^
+
+The `Triage Role <https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization>`_ in GitHub gives users elevated permissions for managing issues and
+pull requests.  If you want to help triage issues and pull requests in the
+project and don't need commit access, you may request triage access instead
+of commit access when you email Chris.
+
+Also, once a month we review the list of users with commit access and ask anyone
+(via a GitHub issue) with less than 5 interactions (i.e commits, created PRs, or
+PR comments) if they  still need commit access.  If a user does not respond within
----------------
igorkudrin wrote:

This reads like a user should have at least 5 interactions _per month_ to keep their commit access.

https://github.com/llvm/llvm-project/pull/93301


More information about the llvm-commits mailing list