@ckeditor/ckeditor5-dev-ci 38.1.2 → 38.1.3

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.
package/README.md CHANGED
@@ -3,7 +3,6 @@ CKEditor 5 CI utilities
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-ci.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci)
5
5
  [![Build Status](https://travis-ci.com/ckeditor/ckeditor5-dev.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5-dev)
6
- ![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-dev-ci)
7
6
 
8
7
  Utils for [CKEditor 5](https://ckeditor.com) CI builds.
9
8
 
@@ -1,3 +1,4 @@
1
1
  [
2
- "CKTravisBot"
2
+ "CKTravisBot",
3
+ "CSBot"
3
4
  ]
@@ -4,6 +4,7 @@
4
4
  "apadol-cksource": "U03HB5SSYCS",
5
5
  "arkflpc": "U027XSCTX09",
6
6
  "Comandeer": "U0BK6HSJJ",
7
+ "dagdzi": "U05A8T93RK8",
7
8
  "DawidKossowski": "U0401V31S9M",
8
9
  "dufipl": "U02SG0U25GS",
9
10
  "Dumluregn": "UGG2JE7JR",
@@ -13,11 +14,10 @@
13
14
  "gorzelinski": "U04DJ7BKSKU",
14
15
  "illia-stv": "U048K896SCE",
15
16
  "jacekbogdanski": "U8LAY97DE",
16
- "kbinieda": "U0401V2TGG7",
17
- "ldrobnik": "U04DJ7B7ZCJ",
18
17
  "LukaszGudel": "U01FRHAT8T1",
19
18
  "mabryl": "U045033D401",
20
19
  "martnpaneq": "U045B560E00",
20
+ "michalbilik": "U05ACEATLA1",
21
21
  "Mgsy": "U5A38S2PN",
22
22
  "mlewand": "U03UQQ1N3",
23
23
  "mmotyczynska": "U02NSTQCTB8",
@@ -81,15 +81,15 @@ function getNotifierMessage( options ) {
81
81
  return '_The author of the commit was hidden. <https://github.com/ckeditor/ckeditor5/issues/9252|Read more about why.>_';
82
82
  }
83
83
 
84
- // If the author of the commit could not be obtained, let's ping the entire team.
85
- if ( !slackAccount ) {
86
- return `@channel (${ options.commitAuthor }), could you take a look?`;
87
- }
88
-
89
84
  if ( bots.includes( options.githubAccount ) ) {
90
85
  return '_This commit is a result of merging a branch into another branch._';
91
86
  }
92
87
 
88
+ // If the author of the commit could not be obtained, let's ping the entire team.
89
+ if ( !slackAccount ) {
90
+ return `<!channel> (${ options.commitAuthor }), could you take a look?`;
91
+ }
92
+
93
93
  return `<@${ slackAccount }>, could you take a look?`;
94
94
  }
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-ci",
3
- "version": "38.1.2",
3
+ "version": "38.1.3",
4
4
  "description": "Utils for CKEditor5 CI builds.",
5
5
  "keywords": [],
6
6
  "dependencies": {