From bd7a7dfd435b5b59187d3cbad3e9330add863bd1 Mon Sep 17 00:00:00 2001 From: zeme-wana <15709674+zeme-wana@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:21:31 +0200 Subject: [PATCH] Update Alert Message in longitudinal-benchmark.yml (#6201) --- .github/workflows/longitudinal-benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/longitudinal-benchmark.yml b/.github/workflows/longitudinal-benchmark.yml index 26c74321742..2768c3c34c3 100644 --- a/.github/workflows/longitudinal-benchmark.yml +++ b/.github/workflows/longitudinal-benchmark.yml @@ -51,8 +51,8 @@ jobs: auto-push: true # Enable alert commit comment comment-on-alert: true - # Mention @input-output-hk/plutus-core in the commit comment - alert-comment-cc-users: '@input-output-hk/plutus-core' + # Mention @IntersectMBO/plutus-core in the commit comment + alert-comment-cc-users: '@IntersectMBO/plutus-core' # Percentage value like "110%". # It is a ratio indicating how worse the current benchmark result is. # For example, if we now get 110 ns/iter and previously got 100 ns/iter, it gets 110% worse.