Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Korobeynikov <anton@korobeynikov.info>2021-12-17 00:30:01 +0300
committerAnton Korobeynikov <anton@korobeynikov.info>2021-12-17 00:30:35 +0300
commit764f96cb3bc3b19e2c7b8a30938f35a77e48e6dc (patch)
treefb0f67b1001efeb09db6ff32c64aa7372b3f992e /.github
parentbc9688f4e4f2760ce0bf00dfb13cbdd5542bae4b (diff)
Send to llvm-bugs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/llvm-bugs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/llvm-bugs.yml b/.github/workflows/llvm-bugs.yml
index 701e3068759c..e8ccfde904b4 100644
--- a/.github/workflows/llvm-bugs.yml
+++ b/.github/workflows/llvm-bugs.yml
@@ -46,7 +46,7 @@ jobs:
const data = {
from: "LLVM Bugs <llvm-bugs@email.llvm.org>",
- to: "anton.korobeynikov@llvm.org",
+ to: "llvm-bugs@lists.llvm.org",
subject: `[Bug ${issue.data.number}] ${issue.data.title}`,
template: "new-github-issue",
'h:X-Mailgun-Variables': JSON.stringify(payload)