summaryrefslogtreecommitdiff
path: root/.github/workflows/llvm-bugs.yml
diff options
context:
space:
mode:
authorAnton Korobeynikov <anton@korobeynikov.info>2022-02-24 19:03:21 +0300
committerAnton Korobeynikov <anton@korobeynikov.info>2022-02-24 19:03:43 +0300
commit64cc8b275603466bab23d02cb930a6b8897e5342 (patch)
tree129b8621de84ba91368316195d1e87ebf7df5fb0 /.github/workflows/llvm-bugs.yml
parent003924963f95c746ab72cc8ea0201c855f5264fb (diff)
downloadllvm-64cc8b275603466bab23d02cb930a6b8897e5342.tar.gz
Disable Mailgun click tracking
Diffstat (limited to '.github/workflows/llvm-bugs.yml')
-rw-r--r--.github/workflows/llvm-bugs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/llvm-bugs.yml b/.github/workflows/llvm-bugs.yml
index baee80531506..3be8a3e29168 100644
--- a/.github/workflows/llvm-bugs.yml
+++ b/.github/workflows/llvm-bugs.yml
@@ -48,6 +48,7 @@ jobs:
to: "llvm-bugs@lists.llvm.org",
subject: `[Bug ${issue.data.number}] ${issue.data.title}`,
template: "new-github-issue",
+ 'o:tracking-clicks': 'no',
'h:X-Mailgun-Variables': JSON.stringify(payload)
};