Skip to content

Commit e3c2ae3

Browse files
authored
Merge pull request #2573 from scala-steward-org/topic/sbt-typelevel-mergify
Add sbt-typelevel-mergify to the list of plugins that depend on sbt-github-actions
2 parents baa6050 + c85d704 commit e3c2ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/core/src/main/scala/org/scalasteward/core/edit/hooks/HookExecutor.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ object HookExecutor {
7272
(GroupId("com.codecommit"), ArtifactId("sbt-spiewak-bintray")),
7373
(GroupId("io.github.nafg.mergify"), ArtifactId("sbt-mergify-github-actions")),
7474
(GroupId("io.chrisdavenport"), ArtifactId("sbt-davenverse")),
75-
(GroupId("org.typelevel"), ArtifactId("sbt-typelevel-ci-release"))
75+
(GroupId("org.typelevel"), ArtifactId("sbt-typelevel-ci-release")),
76+
(GroupId("org.typelevel"), ArtifactId("sbt-typelevel-mergify"))
7677
)
7778

7879
private val sbtTypelevelModules = List(

0 commit comments

Comments
 (0)