File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
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-cisoftwaremill-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-cisoftwaremill-ci "]
1212 files :
1313 - " build.sbt"
1414 - " project/build.properties"
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ permissions:
1111jobs :
1212 build :
1313 uses : softwaremill/github-actions-workflows/.github/workflows/build-scala.yml@main
14- # run on 1) push, 2) external PRs, 3) github-actions[bot] PRs
14+ # run on 1) push, 2) external PRs, 3) softwaremill-cisoftwaremill-ci PRs
1515 # do not run on internal, non-steward PRs since those will be run by push to branch
1616 if : |
1717 github.event_name == 'push' ||
1818 github.event.pull_request.head.repo.full_name != github.repository ||
19- github.event.pull_request.user.login == 'github-actions[bot] '
19+ github.event.pull_request.user.login == 'softwaremill-cisoftwaremill-ci '
2020 with :
2121 java-opts : ' -Xmx4G'
2222
@@ -30,14 +30,14 @@ jobs:
3030 sttp-native : 1
3131
3232 label :
33- # only for PRs by github-actions[bot]
34- if : github.event.pull_request.user.login == 'github-actions[bot] '
33+ # only for PRs by softwaremill-cisoftwaremill-ci
34+ if : github.event.pull_request.user.login == 'softwaremill-cisoftwaremill-ci '
3535 uses : softwaremill/github-actions-workflows/.github/workflows/label.yml@main
3636 secrets : inherit
3737
3838 auto-merge :
39- # only for PRs by github-actions[bot]
40- if : github.event.pull_request.user.login == 'github-actions[bot] '
39+ # only for PRs by softwaremill-cisoftwaremill-ci
40+ if : github.event.pull_request.user.login == 'softwaremill-cisoftwaremill-ci '
4141 needs : [ build, label ]
4242 uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
4343 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