File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ workflow_dispatch :
3+
4+ name : Launch Scala Steward
5+
6+ jobs :
7+ scala-steward :
8+ runs-on : ubuntu-22.04
9+ name : Launch Scala Steward
10+ steps :
11+ - name : Launch Scala Steward
12+ uses : scala-steward-org/scala-steward-action@v2
13+ with :
14+ github-token : ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
15+ branches : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 44 push :
55 branches-ignore :
66 - ' update/**'
7+ tags :
8+ - ' v*'
9+
710 pull_request :
811
912jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin(
22 " com.thoughtworks.sbt-best-practice" % " sbt-best-practice" % " 8.2.5"
33)
44
5- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.15 " )
5+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.16 " )
66
77addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
88
You can’t perform that action at this time.
0 commit comments