chore(repo): add additional user for nightly failure notification (#6718)

This commit is contained in:
Miroslav Jonaš 2021-08-13 19:07:07 +02:00 committed by GitHub
parent c2832caf40
commit 779050b783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ jobs:
message_format: '{emoji} *{workflow}* {status_message} (last commit <{commit_url}|{commit_sha}>)' message_format: '{emoji} *{workflow}* {status_message} (last commit <{commit_url}|{commit_sha}>)'
notification_title: '{workflow} has {status_message}' notification_title: '{workflow} has {status_message}'
footer: '<{run_url}|View Run>' footer: '<{run_url}|View Run>'
mention_users: 'U01UELKLYF2' mention_users: 'U01UELKLYF2,U9NPA6C90'
mention_users_when: 'failure,warnings' mention_users_when: 'failure,warnings'
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }} SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}