File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 1
2+ labels :
3+ - label : " automerge"
4+ authors : ["github-actions[bot]"]
5+ files :
6+ - " build.sbt"
7+ - " project/plugins.sbt"
8+ - " project/build.properties"
9+ - label : " dependency"
10+ authors : ["github-actions[bot]"]
11+ files :
12+ - " build.sbt"
13+ - " project/plugins.sbt"
14+ - " project/build.properties"
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 build :
1013 uses : softwaremill/github-actions-workflows/.github/workflows/build-scala.yml@main
2528 secrets : inherit
2629 with :
2730 java-opts : " -Xmx4G -Xss4M"
28- sttp-native : 1
31+ sttp-native : 1
32+
33+ label :
34+ # only for PRs by github-actions[bot]
35+ if : github.event.pull_request.user.login == 'github-actions[bot]'
36+ uses : softwaremill/github-actions-workflows/.github/workflows/label.yml@main
37+ secrets : inherit
38+
39+ auto-merge :
40+ # only for PRs by github-actions[bot]
41+ if : github.event.pull_request.user.login == 'github-actions[bot]'
42+ needs : [ build, mima, label ]
43+ uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
44+ secrets : inherit
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 :
1115 uses : softwaremill/github-actions-workflows/.github/workflows/scala-steward.yml@main
1216 secrets :
13- repo-github-token : ${{secrets.REPO_GITHUB_TOKEN}}
17+ github-token : ${{ secrets.GITHUB_TOKEN }}
18+ with :
19+ java-version : ' 21'
You can’t perform that action at this time.
0 commit comments