@@ -29,7 +29,7 @@ class NewPullRequestDataTest extends FunSuite {
29
29
)
30
30
val expected =
31
31
s """ |## Update _ch.qos.logback:logback-classic_
32
- |:package: updates ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
32
+ |📦 updates ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
33
33
|
34
34
|
35
35
|I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
@@ -41,7 +41,7 @@ class NewPullRequestDataTest extends FunSuite {
41
41
|_Have a fantastic day writing Scala!_
42
42
|
43
43
|<details>
44
- |<summary>:wrench: Adjust future updates</summary>
44
+ |<summary>⚙ Adjust future updates</summary>
45
45
|
46
46
|Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
47
47
|```
@@ -87,7 +87,7 @@ class NewPullRequestDataTest extends FunSuite {
87
87
)
88
88
val expected =
89
89
s """ |## Update _ch.qos.logback:logback-classic_
90
- |:package: updates ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
90
+ |📦 updates ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
91
91
|
92
92
|
93
93
|I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
@@ -99,13 +99,13 @@ class NewPullRequestDataTest extends FunSuite {
99
99
|_Have a fantastic day writing Scala!_
100
100
|
101
101
|<details>
102
- |<summary>:bulb: Applied Scalafix Migrations</summary>
102
+ |<summary>💡 Applied Scalafix Migrations</summary>
103
103
|
104
104
|* com.spotify:scio-core:0.7.0
105
105
| * I am a rewrite rule
106
106
|</details>
107
107
|<details>
108
- |<summary>:wrench: Adjust future updates</summary>
108
+ |<summary>⚙ Adjust future updates</summary>
109
109
|
110
110
|Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
111
111
|```
@@ -144,8 +144,8 @@ class NewPullRequestDataTest extends FunSuite {
144
144
val expected =
145
145
s """ |## Updates:
146
146
|
147
- |* :package: ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
148
- |* :package: com.example:foo from 1.0.0 to 2.0.0 :warning:
147
+ |* 📦 ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
148
+ |* 📦 com.example:foo from 1.0.0 to 2.0.0 ⚠
149
149
|
150
150
|
151
151
|I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
@@ -157,7 +157,7 @@ class NewPullRequestDataTest extends FunSuite {
157
157
|_Have a fantastic day writing Scala!_
158
158
|
159
159
|<details>
160
- |<summary>:wrench: Adjust future updates</summary>
160
+ |<summary>⚙ Adjust future updates</summary>
161
161
|
162
162
|Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies:
163
163
|```
@@ -202,7 +202,7 @@ class NewPullRequestDataTest extends FunSuite {
202
202
)
203
203
val expected =
204
204
s """ |## Update _ch.qos.logback:logback-classic_
205
- |:package: updates ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
205
+ |📦 updates ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
206
206
|
207
207
|
208
208
|I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
@@ -214,7 +214,7 @@ class NewPullRequestDataTest extends FunSuite {
214
214
|_Have a fantastic day writing Scala!_
215
215
|
216
216
|<details>
217
- |<summary>:wrench: Adjust future updates</summary>
217
+ |<summary>⚙ Adjust future updates</summary>
218
218
|
219
219
|Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
220
220
|```
@@ -229,7 +229,7 @@ class NewPullRequestDataTest extends FunSuite {
229
229
|```
230
230
|</details>
231
231
|<details>
232
- |<summary>:warning: Note that the Scala Steward config file `.scala-steward.conf` wasn't parsed correctly</summary>
232
+ |<summary>❗ Note that the Scala Steward config file `.scala-steward.conf` wasn't parsed correctly</summary>
233
233
|
234
234
|```
235
235
|parsing error
@@ -322,7 +322,7 @@ class NewPullRequestDataTest extends FunSuite {
322
322
assertEquals(
323
323
appliedMigrations.fold(" " )(_.toHtml),
324
324
""" <details>
325
- |<summary>:bulb: Applied Scalafix Migrations</summary>
325
+ |<summary>💡 Applied Scalafix Migrations</summary>
326
326
|
327
327
|* com.spotify:scio-core:0.7.0
328
328
| * I am a rewrite rule
@@ -352,7 +352,7 @@ class NewPullRequestDataTest extends FunSuite {
352
352
assertEquals(
353
353
detail.fold(" " )(_.toHtml),
354
354
""" <details>
355
- |<summary>:bulb: Applied Scalafix Migrations</summary>
355
+ |<summary>💡 Applied Scalafix Migrations</summary>
356
356
|
357
357
|* com.spotify:scio-core:0.7.0
358
358
| * I am a rewrite rule
@@ -394,7 +394,7 @@ class NewPullRequestDataTest extends FunSuite {
394
394
assertEquals(
395
395
detail.fold(" " )(_.toHtml),
396
396
""" <details>
397
- |<summary>:bulb: Applied Scalafix Migrations</summary>
397
+ |<summary>💡 Applied Scalafix Migrations</summary>
398
398
|
399
399
|* com.spotify:scio-core:0.7.0
400
400
| * I am a rewrite rule
@@ -441,7 +441,7 @@ class NewPullRequestDataTest extends FunSuite {
441
441
assertEquals(
442
442
note.fold(" " )(_.toHtml),
443
443
""" <details>
444
- |<summary>:mag: Files still referring to the old version number</summary>
444
+ |<summary>🔍 Files still referring to the old version number</summary>
445
445
|
446
446
|The following files still refer to the old version number (0.1).
447
447
|You might want to review and update them manually.
@@ -517,7 +517,7 @@ class NewPullRequestDataTest extends FunSuite {
517
517
assertEquals(
518
518
note.fold(" " )(_.toHtml),
519
519
""" <details>
520
- |<summary>:mag: Files still referring to the old version numbers</summary>
520
+ |<summary>🔍 Files still referring to the old version numbers</summary>
521
521
|
522
522
|The following files still refer to the old version numbers.
523
523
|You might want to review and update them manually.
@@ -540,7 +540,7 @@ class NewPullRequestDataTest extends FunSuite {
540
540
assertEquals(
541
541
note.toHtml,
542
542
""" <details>
543
- |<summary>:wrench: Adjust future updates</summary>
543
+ |<summary>⚙ Adjust future updates</summary>
544
544
|
545
545
|Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies:
546
546
|```
@@ -588,7 +588,7 @@ class NewPullRequestDataTest extends FunSuite {
588
588
589
589
val expectedBody =
590
590
s """ |## Update _ch.qos.logback:logback-classic_
591
- |:package: updates ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
591
+ |📦 updates ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
592
592
|
593
593
|
594
594
|I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
@@ -600,7 +600,7 @@ class NewPullRequestDataTest extends FunSuite {
600
600
|_Have a fantastic day writing Scala!_
601
601
|
602
602
|<details>
603
- |<summary>:wrench: Adjust future updates</summary>
603
+ |<summary>⚙ Adjust future updates</summary>
604
604
|
605
605
|Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
606
606
|```
@@ -663,8 +663,8 @@ class NewPullRequestDataTest extends FunSuite {
663
663
val expectedBody =
664
664
s """ |## Updates:
665
665
|
666
- |* :package: ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
667
- |* :package: com.example:foo from 1.0.0 to 2.0.0 :warning:
666
+ |* 📦 ch.qos.logback:logback-classic from 1.2.0 to 1.2.3
667
+ |* 📦 com.example:foo from 1.0.0 to 2.0.0 ⚠
668
668
|
669
669
|
670
670
|I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
@@ -676,7 +676,7 @@ class NewPullRequestDataTest extends FunSuite {
676
676
|_Have a fantastic day writing Scala!_
677
677
|
678
678
|<details>
679
- |<summary>:wrench: Adjust future updates</summary>
679
+ |<summary>⚙ Adjust future updates</summary>
680
680
|
681
681
|Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies:
682
682
|```
0 commit comments