@@ -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-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-ci '
2020 with :
2121 java-opts : ' -Xmx3000M -Dsbt.task.timings=true'
2222 sttp-native : 1
@@ -37,14 +37,14 @@ jobs:
3737 sttp-native : 1
3838
3939 label :
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 uses : softwaremill/github-actions-workflows/.github/workflows/label.yml@main
4343 secrets : inherit
4444
4545 auto-merge :
46- # only for PRs by github-actions[bot]
47- if : github.event.pull_request.user.login == 'github-actions[bot] '
46+ # only for PRs by softwaremill-ci
47+ if : github.event.pull_request.user.login == 'softwaremill-ci '
4848 needs : [ build, mima, label ]
4949 uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
5050 secrets : inherit
0 commit comments