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/plugins.sbt"
88 - " project/build.properties"
99 - label : " dependency"
10- authors : ["github-actions[bot] "]
10+ authors : ["softwaremill-ci "]
1111 files :
1212 - " build.sbt"
1313 - " project/plugins.sbt"
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
3131 sttp-native : 1
3232
3333 label :
34- # only for PRs by github-actions[bot]
35- if : github.event.pull_request.user.login == 'github-actions[bot] '
34+ # only for PRs by softwaremill-ci
35+ if : github.event.pull_request.user.login == 'softwaremill-ci '
3636 uses : softwaremill/github-actions-workflows/.github/workflows/label.yml@main
3737 secrets : inherit
3838
3939 auto-merge :
40- # only for PRs by github-actions[bot]
41- if : github.event.pull_request.user.login == 'github-actions[bot] '
40+ # only for PRs by softwaremill-ci
41+ if : github.event.pull_request.user.login == 'softwaremill-ci '
4242 needs : [ build, mima, label ]
4343 uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
4444 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