From 779050b78308e1f6d89d41f117d6b80ad5efe8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Fri, 13 Aug 2021 19:07:07 +0200 Subject: [PATCH] chore(repo): add additional user for nightly failure notification (#6718) --- .github/workflows/e2e-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index 716992dcda..e82359ade9 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -153,7 +153,7 @@ jobs: message_format: '{emoji} *{workflow}* {status_message} (last commit <{commit_url}|{commit_sha}>)' notification_title: '{workflow} has {status_message}' footer: '<{run_url}|View Run>' - mention_users: 'U01UELKLYF2' + mention_users: 'U01UELKLYF2,U9NPA6C90' mention_users_when: 'failure,warnings' env: SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}