File tree Expand file tree Collapse file tree 4 files changed +16
-20
lines changed
Expand file tree Collapse file tree 4 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 11template : |
2- ## What’ s Changed
2+ ## What' s Changed
33
44 $CHANGES
Original file line number Diff line number Diff line change 55 push :
66 branches : ['**']
77 tags : [v*]
8+ permissions :
9+ contents : write # release-drafter, auto-merge requirement
10+ pull-requests : write # labeler, auto-merge requirement
811jobs :
912 ci :
1013 # run on external PRs, but not on internal PRs since those will be run by push to branch
Original file line number Diff line number Diff line change 66 - cron : ' 0 0 * * *'
77 workflow_dispatch :
88
9+ permissions :
10+ contents : write # Required to checkout and push changes
11+ pull-requests : write # Required to create PRs for dependency updates
12+
913jobs :
1014 scala-steward :
11- runs-on : ubuntu-22.04
12- steps :
13- - name : Checkout
14- uses : actions/checkout@v3
15- - name : Set up JDK 11
16- uses : actions/setup-java@v3
17- with :
18- distribution : ' temurin'
19- java-version : 11
20- cache : ' sbt'
21- - name : Launch Scala Steward
22- uses : scala-steward-org/scala-steward-action@v2
23- with :
24- author-name : scala-steward
25- author-email : scala-steward
26- github-token : ${{ secrets.REPO_GITHUB_TOKEN }}
27- repo-config : .scala-steward.conf
28- ignore-opts-files : false
15+ uses : softwaremill/github-actions-workflows/.github/workflows/scala-steward.yml@main
16+ secrets :
17+ github-token : ${{ secrets.GITHUB_TOKEN }}
18+ with :
19+ java-version : ' 21'
Original file line number Diff line number Diff line change 1212project /** /metals.sbt
1313.vscode /
1414.bsp
15- .scala-build
15+ .scala-build
16+ .cursor
17+ .sbt
You can’t perform that action at this time.
0 commit comments