@ckeditor/ckeditor5-dev-ci 38.3.0 → 38.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/data/bots.json
CHANGED
package/lib/format-message.js
CHANGED
|
@@ -82,7 +82,7 @@ function getNotifierMessage( options ) {
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
if ( bots.includes( options.githubAccount ) ) {
|
|
85
|
-
return '
|
|
85
|
+
return '_Automated stuff happened on one of the branches. Got time to have a look at it, anyone?_';
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
// If the author of the commit could not be obtained, let's ping the entire team.
|