-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into update/sbt-scalafix-0.9.34
- Loading branch information
Showing
5 changed files
with
76 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,27 @@ | ||
# This file was automatically generated by sbt-typelevel-mergify using the | ||
# mergifyGenerate task. You should add and commit this file to | ||
# your git repository. It goes without saying that you shouldn't edit | ||
# this file by hand! Instead, if you wish to make changes, you should | ||
# change your sbt build configuration to revise the mergify configuration | ||
# to meet your needs, then regenerate this file. | ||
|
||
pull_request_rules: | ||
- name: automatically merge scala-steward's PRs | ||
conditions: | ||
- author=scala-steward | ||
- body~=labels:.*semver-patch.* | ||
- status-success=build | ||
actions: | ||
merge: | ||
method: merge | ||
- name: merge scala-steward's PRs | ||
conditions: | ||
- author=scala-steward | ||
- or: | ||
- body~=labels:.*early-semver-patch | ||
- body~=labels:.*early-semver-minor | ||
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11, rootJS) | ||
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11, rootJVM) | ||
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@17, rootJVM) | ||
actions: | ||
merge: {} | ||
- name: Label genTestsAggregate PRs | ||
conditions: | ||
- files~=^target/genTestsAggregate/ | ||
actions: | ||
label: | ||
add: | ||
- genTestsAggregate | ||
remove: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.6.0") | ||
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.6.3") | ||
addSbtPlugin(("ch.epfl.scala" % "sbt-scalafix" % "0.9.33").cross(CrossVersion.for3Use2_13)) | ||
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") |