@@ -29,7 +29,7 @@ class NewPullRequestDataTest extends FunSuite {
2929 )
3030 val expected =
3131 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
3333 |
3434 |
3535 |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 {
4141 |_Have a fantastic day writing Scala!_
4242 |
4343 |<details>
44- |<summary>:wrench: Adjust future updates</summary>
44+ |<summary>⚙ Adjust future updates</summary>
4545 |
4646 |Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
4747 |```
@@ -87,7 +87,7 @@ class NewPullRequestDataTest extends FunSuite {
8787 )
8888 val expected =
8989 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
9191 |
9292 |
9393 |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 {
9999 |_Have a fantastic day writing Scala!_
100100 |
101101 |<details>
102- |<summary>:bulb: Applied Scalafix Migrations</summary>
102+ |<summary>💡 Applied Scalafix Migrations</summary>
103103 |
104104 |* com.spotify:scio-core:0.7.0
105105 | * I am a rewrite rule
106106 |</details>
107107 |<details>
108- |<summary>:wrench: Adjust future updates</summary>
108+ |<summary>⚙ Adjust future updates</summary>
109109 |
110110 |Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
111111 |```
@@ -144,8 +144,8 @@ class NewPullRequestDataTest extends FunSuite {
144144 val expected =
145145 s """ |## Updates:
146146 |
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 ⚠
149149 |
150150 |
151151 |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 {
157157 |_Have a fantastic day writing Scala!_
158158 |
159159 |<details>
160- |<summary>:wrench: Adjust future updates</summary>
160+ |<summary>⚙ Adjust future updates</summary>
161161 |
162162 |Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies:
163163 |```
@@ -202,7 +202,7 @@ class NewPullRequestDataTest extends FunSuite {
202202 )
203203 val expected =
204204 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
206206 |
207207 |
208208 |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 {
214214 |_Have a fantastic day writing Scala!_
215215 |
216216 |<details>
217- |<summary>:wrench: Adjust future updates</summary>
217+ |<summary>⚙ Adjust future updates</summary>
218218 |
219219 |Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
220220 |```
@@ -229,7 +229,7 @@ class NewPullRequestDataTest extends FunSuite {
229229 |```
230230 |</details>
231231 |<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>
233233 |
234234 |```
235235 |parsing error
@@ -322,7 +322,7 @@ class NewPullRequestDataTest extends FunSuite {
322322 assertEquals(
323323 appliedMigrations.fold(" " )(_.toHtml),
324324 """ <details>
325- |<summary>:bulb: Applied Scalafix Migrations</summary>
325+ |<summary>💡 Applied Scalafix Migrations</summary>
326326 |
327327 |* com.spotify:scio-core:0.7.0
328328 | * I am a rewrite rule
@@ -352,7 +352,7 @@ class NewPullRequestDataTest extends FunSuite {
352352 assertEquals(
353353 detail.fold(" " )(_.toHtml),
354354 """ <details>
355- |<summary>:bulb: Applied Scalafix Migrations</summary>
355+ |<summary>💡 Applied Scalafix Migrations</summary>
356356 |
357357 |* com.spotify:scio-core:0.7.0
358358 | * I am a rewrite rule
@@ -394,7 +394,7 @@ class NewPullRequestDataTest extends FunSuite {
394394 assertEquals(
395395 detail.fold(" " )(_.toHtml),
396396 """ <details>
397- |<summary>:bulb: Applied Scalafix Migrations</summary>
397+ |<summary>💡 Applied Scalafix Migrations</summary>
398398 |
399399 |* com.spotify:scio-core:0.7.0
400400 | * I am a rewrite rule
@@ -441,7 +441,7 @@ class NewPullRequestDataTest extends FunSuite {
441441 assertEquals(
442442 note.fold(" " )(_.toHtml),
443443 """ <details>
444- |<summary>:mag: Files still referring to the old version number</summary>
444+ |<summary>🔍 Files still referring to the old version number</summary>
445445 |
446446 |The following files still refer to the old version number (0.1).
447447 |You might want to review and update them manually.
@@ -517,7 +517,7 @@ class NewPullRequestDataTest extends FunSuite {
517517 assertEquals(
518518 note.fold(" " )(_.toHtml),
519519 """ <details>
520- |<summary>:mag: Files still referring to the old version numbers</summary>
520+ |<summary>🔍 Files still referring to the old version numbers</summary>
521521 |
522522 |The following files still refer to the old version numbers.
523523 |You might want to review and update them manually.
@@ -540,7 +540,7 @@ class NewPullRequestDataTest extends FunSuite {
540540 assertEquals(
541541 note.toHtml,
542542 """ <details>
543- |<summary>:wrench: Adjust future updates</summary>
543+ |<summary>⚙ Adjust future updates</summary>
544544 |
545545 |Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies:
546546 |```
@@ -588,7 +588,7 @@ class NewPullRequestDataTest extends FunSuite {
588588
589589 val expectedBody =
590590 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
592592 |
593593 |
594594 |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 {
600600 |_Have a fantastic day writing Scala!_
601601 |
602602 |<details>
603- |<summary>:wrench: Adjust future updates</summary>
603+ |<summary>⚙ Adjust future updates</summary>
604604 |
605605 |Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
606606 |```
@@ -663,8 +663,8 @@ class NewPullRequestDataTest extends FunSuite {
663663 val expectedBody =
664664 s """ |## Updates:
665665 |
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 ⚠
668668 |
669669 |
670670 |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 {
676676 |_Have a fantastic day writing Scala!_
677677 |
678678 |<details>
679- |<summary>:wrench: Adjust future updates</summary>
679+ |<summary>⚙ Adjust future updates</summary>
680680 |
681681 |Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies:
682682 |```
0 commit comments