File tree 4 files changed +4
-5
lines changed
modules/docs/src/main/mdoc
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ pull_request_rules:
3
3
conditions :
4
4
- author=scala-steward
5
5
- body~=labels:.*semver-patch
6
- - status-success=continuous-integration/travis-ci/pr
6
+ - status-success~=Build and Test
7
7
actions :
8
8
merge :
9
9
method : merge
10
10
- name : Automatic merge for scala-steward PRs - minor
11
11
conditions :
12
12
- author=scala-steward
13
13
- body~=labels:.*semver-minor
14
- - status-success=continuous-integration/travis-ci/pr
14
+ - status-success~=Build and Test
15
15
- " #approved-reviews-by>=1"
16
16
actions :
17
17
merge :
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Join the chat at https://gitter.im/cb372/scalacache ] ( https://badges.gitter.im/cb372/scalacache.svg )] ( https://gitter.im/cb372/scalacache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
4
4
5
- [ ![ Build Status] ( https://travis-ci.org /cb372/scalacache.png?branch=master )] ( https://travis-ci.org/cb372/scalacache ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.cb372/scalacache-core_2.12.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cscalacache )
5
+ [ ![ Build Status] ( https://github.com /cb372/scalacache/workflows/ci/badge.svg ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.cb372/scalacache-core_2.12.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cscalacache )
6
6
7
7
A facade for the most popular cache implementations, with a simple, idiomatic Scala API.
8
8
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ technologies:
5
5
- first : ["Scala", "As the name implies ScalaCache is written in Scala."]
6
6
---
7
7
8
- [ ![ Build Status] ( https://travis-ci.org /cb372/scalacache.png?branch=master )] ( https://travis-ci.org/cb372/scalacache ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.cb372/scalacache-core_2.12.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cscalacache )
8
+ [ ![ Build Status] ( https://github.com /cb372/scalacache/workflows/ci/badge.svg ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.cb372/scalacache-core_2.12.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cscalacache )
9
9
10
10
A facade for the most popular cache implementations, with a simple, idiomatic Scala API.
11
11
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
2
2
addSbtPlugin(" com.47deg" % " sbt-microsites" % " 1.1.5" )
3
3
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
4
4
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
5
- addSbtPlugin(" com.dwijnand" % " sbt-travisci" % " 1.2.0" )
6
5
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.2.14" )
7
6
addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.5" )
8
7
addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.9.5" )
You can’t perform that action at this time.
0 commit comments