mirror of https://github.com/sbt/sbt.git
Move the pull request badges to Pull-requests-status
parent
d0ab5132fc
commit
0770f3d53f
|
|
@ -6,43 +6,35 @@
|
|||
|
||||
[sbt/sbt]: https://github.com/sbt/sbt
|
||||
[sbt-rel]: https://github.com/sbt/sbt/releases/latest
|
||||
[sbt-prs]: https://github.com/sbt/sbt/pulls?q=is:open
|
||||
[sbt-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"sbt"
|
||||
[sbt-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/sbt.svg
|
||||
[sbt-rel-b]: https://img.shields.io/github/release/sbt/sbt.svg
|
||||
[sbt-prs-b]: https://img.shields.io/github/issues-pr/sbt/sbt.svg
|
||||
|
||||
[sbt/zinc]: https://github.com/sbt/zinc
|
||||
[zinc-rel]: https://github.com/sbt/zinc/releases/latest
|
||||
[zinc-prs]: https://github.com/sbt/zinc/pulls?q=is:open
|
||||
[zinc-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"zinc_2.12"
|
||||
[zinc-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/zinc_2.12.svg
|
||||
[zinc-rel-b]: https://img.shields.io/github/release/sbt/zinc.svg
|
||||
[zinc-prs-b]: https://img.shields.io/github/issues-pr/sbt/zinc.svg
|
||||
|
||||
[sbt/lm]: https://github.com/sbt/librarymanagement
|
||||
[lm-rel]: https://github.com/sbt/librarymanagement/releases/latest
|
||||
[lm-prs]: https://github.com/sbt/librarymanagement/pulls?q=is:open
|
||||
[lm-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"librarymanagement-core_2.12"
|
||||
[lm-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/librarymanagement-core_2.12.svg
|
||||
[lm-rel-b]: https://img.shields.io/github/release/sbt/librarymanagement.svg
|
||||
[lm-prs-b]: https://img.shields.io/github/issues-pr/sbt/librarymanagement.svg
|
||||
|
||||
[sbt/util]: https://github.com/sbt/util
|
||||
[util-rel]: https://github.com/sbt/util/releases/latest
|
||||
[util-prs]: https://github.com/sbt/util/pulls?q=is:open
|
||||
[util-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"util-cache_2.12"
|
||||
[util-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/util-cache_2.12.svg
|
||||
[util-rel-b]: https://img.shields.io/github/release/sbt/util.svg
|
||||
[util-prs-b]: https://img.shields.io/github/issues-pr/sbt/util.svg
|
||||
|
||||
[sbt/io]: https://github.com/sbt/io
|
||||
[io-rel]: https://github.com/sbt/io/releases/latest
|
||||
[io-prs]: https://github.com/sbt/io/pulls?q=is:open
|
||||
[io-mvn]: https://search.maven.org/#search|ga|1|g:"org.scala-sbt"%20AND%20a:"io_2.12"
|
||||
[io-mvn-b]: https://img.shields.io/maven-central/v/org.scala-sbt/io_2.12.svg
|
||||
[io-rel-b]: https://img.shields.io/github/release/sbt/io.svg
|
||||
[io-prs-b]: https://img.shields.io/github/issues-pr/sbt/io.svg
|
||||
|
||||
See also the [Pull requests status](Pull-requests-status) page.
|
||||
|
||||
Search across modules:
|
||||
* https://github.com/search?q=fileToRichFile%20repo:sbt/sbt%20repo:sbt/zinc%20repo:sbt/librarymanagement%20repo:sbt/util%20repo:sbt/io&type=Code
|
||||
|
|
|
|||
|
|
@ -1 +1,25 @@
|
|||
# Pull requests status
|
||||
* [sbt/sbt][] [![sbt-prs-b][]][sbt-prs]
|
||||
* [sbt/zinc][] [![zinc-prs-b][]][zinc-prs]
|
||||
* [sbt/lm][] [![lm-prs-b][]][lm-prs]
|
||||
* [sbt/util][] [![util-prs-b][]][util-prs]
|
||||
* [sbt/io][] [![io-prs-b][]][io-prs]
|
||||
|
||||
[sbt/sbt]: https://github.com/sbt/sbt
|
||||
[sbt-prs]: https://github.com/sbt/sbt/pulls?q=is:open
|
||||
[sbt-prs-b]: https://img.shields.io/github/issues-pr/sbt/sbt.svg
|
||||
|
||||
[sbt/zinc]: https://github.com/sbt/zinc
|
||||
[zinc-prs]: https://github.com/sbt/zinc/pulls?q=is:open
|
||||
[zinc-prs-b]: https://img.shields.io/github/issues-pr/sbt/zinc.svg
|
||||
|
||||
[sbt/lm]: https://github.com/sbt/librarymanagement
|
||||
[lm-prs]: https://github.com/sbt/librarymanagement/pulls?q=is:open
|
||||
[lm-prs-b]: https://img.shields.io/github/issues-pr/sbt/librarymanagement.svg
|
||||
|
||||
[sbt/util]: https://github.com/sbt/util
|
||||
[util-prs]: https://github.com/sbt/util/pulls?q=is:open
|
||||
[util-prs-b]: https://img.shields.io/github/issues-pr/sbt/util.svg
|
||||
|
||||
[sbt/io]: https://github.com/sbt/io
|
||||
[io-prs]: https://github.com/sbt/io/pulls?q=is:open
|
||||
[io-prs-b]: https://img.shields.io/github/issues-pr/sbt/io.svg
|
||||
|
|
|
|||
Loading…
Reference in New Issue