88jobs :
99 build :
1010 uses : softwaremill/github-actions-workflows/.github/workflows/build-scala.yml@main
11- # run on 1) push, 2) external PRs, 3) softwaremill-ci PRs
11+ # run on 1) push, 2) external PRs, 3) github-actions[bot] PRs
1212 # do not run on internal, non-steward PRs since those will be run by push to branch
1313 if : |
1414 github.event_name == 'push' ||
1515 github.event.pull_request.head.repo.full_name != github.repository ||
16- github.event.pull_request.user.login == 'softwaremill-ci '
16+ github.event.pull_request.user.login == 'github-actions[bot] '
1717 strategy :
1818 matrix :
1919 java : [ '11', '17', '21' ]
@@ -32,12 +32,14 @@ jobs:
3232 java-opts : " -Xmx5G"
3333
3434 label :
35- # only for PRs by softwaremill-ci
36- if : github.event.pull_request.user.login == 'softwaremill-ci '
35+ # only for PRs by github-actions[bot]
36+ if : github.event.pull_request.user.login == 'github-actions[bot] '
3737 uses : softwaremill/github-actions-workflows/.github/workflows/label.yml@main
38+ secrets : inherit
3839
3940 auto-merge :
40- # only for PRs by softwaremill-ci
41- if : github.event.pull_request.user.login == 'softwaremill-ci '
41+ # only for PRs by github-actions[bot]
42+ if : github.event.pull_request.user.login == 'github-actions[bot] '
4243 needs : [ build, label ]
43- uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
44+ uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
45+ secrets : inherit
0 commit comments