File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11version : 1
22labels :
33 - label : " automerge"
4- authors : ["github-actions[bot] "]
4+ authors : ["softwaremill-ci "]
55 files :
66 - " build.sbt"
77 - " project/build.properties"
88 - " project/Versions.scala"
99 - " project/plugins.sbt"
1010 - label : " dependency"
11- authors : ["github-actions[bot] "]
11+ authors : ["softwaremill-ci "]
1212 files :
1313 - " build.sbt"
1414 - " project/build.properties"
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ jobs:
5555 java-version : ' 21'
5656
5757 label :
58- # only for PRs by github-actions[bot]
59- if : github.event.pull_request.user.login == 'github-actions[bot] '
58+ # only for PRs by softwaremill-ci
59+ if : github.event.pull_request.user.login == 'softwaremill-ci '
6060 uses : softwaremill/github-actions-workflows/.github/workflows/label.yml@main
6161 secrets : inherit
6262
6363 auto-merge :
64- # only for PRs by github-actions[bot]
65- if : github.event.pull_request.user.login == 'github-actions[bot] '
64+ # only for PRs by softwaremill-ci
65+ if : github.event.pull_request.user.login == 'softwaremill-ci '
6666 needs : [ ci, label, mima ]
6767 uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
6868 secrets : inherit
Original file line number Diff line number Diff line change 1414 scala-steward :
1515 uses : softwaremill/github-actions-workflows/.github/workflows/scala-steward.yml@main
1616 secrets :
17- github-token : ${{ secrets.GITHUB_TOKEN }}
17+ github-token : ${{ secrets.SOFTWAREMILL_CI_PR_TOKEN }}
1818 with :
1919 java-version : ' 21'
You can’t perform that action at this time.
0 commit comments