Add author name and pr number in drone pipeline notifications (#31124)

* Add author name and pr number in drone pipeline notifications
This commit is contained in:
Dimitris Sotirakis
2021-02-11 17:18:13 +02:00
committed by GitHub
parent c01fb7efd7
commit a18e4d8d64
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def slack_step(channel):
'from_secret': 'slack_webhook',
},
'channel': channel,
'template': 'Build {{build.number}} failed: {{build.link}}',
'template': 'Build {{build.number}} failed for PR {{build.pull}}: {{build.link}}\nAuthor: {{build.author}}',
},
}