@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
@@ -1,4 +1,5 @@
1
1
  [
2
2
  "CKTravisBot",
3
+ "CKEditorBot",
3
4
  "CSBot"
4
5
  ]
@@ -82,7 +82,7 @@ function getNotifierMessage( options ) {
82
82
  }
83
83
 
84
84
  if ( bots.includes( options.githubAccount ) ) {
85
- return '_This commit is a result of merging a branch into another branch._';
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-ci",
3
- "version": "38.3.0",
3
+ "version": "38.3.1",
4
4
  "description": "Utils used on various Continuous Integration services.",
5
5
  "keywords": [],
6
6
  "dependencies": {