[llvm] github-automation: Use a single comment for team mentions on pull req… (PR #66037)
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 20:26:46 PDT 2023
================
@@ -9,6 +9,14 @@ on:
permissions:
contents: read
+concurrency:
+ # Ideally, we would use the PR number in the concurrency group, but we don't
+ # have access to it here. We need to ensure only one job is running for
+ # each PR at a time, because there is a potentaill race condition when
----------------
joker-eph wrote:
```suggestion
# each PR at a time, because there is a potential race condition when
```
https://github.com/llvm/llvm-project/pull/66037
More information about the llvm-commits
mailing list