[llvm] workflows/commit-access-review: Automatically create the issue (PR #175400)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 11 12:55:01 PST 2026


================
@@ -32,3 +33,11 @@ jobs:
         with:
           name: triagers
           path: triagers.log
+
+      - name: Create the issue
+        env:
+          GITHUB_TOKEN: ${{ github.token }}
+        run: |
+          # There is a limit to the number of mentions you can have in one comment, so
+          # we need to limit the number of users we mention.
+          cat triagers.log | head -n 25 | python3 .github/workflows/commit-create-issue.py $GITHUB_TOKEN
----------------
boomanaiden154 wrote:

So what happens if we have more than 25? We just don't mention them and hope to get to it next month?

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


More information about the llvm-commits mailing list