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-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 88jobs :
99 build :
1010 uses : softwaremill/github-actions-workflows/.github/workflows/build-scala.yml@main
11- # run on 1) push, 2) external PRs, 3) github-actions[bot] PRs
11+ # run on 1) push, 2) external PRs, 3) softwaremill-ci 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 == 'github-actions[bot] '
16+ github.event.pull_request.user.login == 'softwaremill-ci '
1717 strategy :
1818 matrix :
1919 java : [ '11', '17', '21' ]
@@ -32,14 +32,14 @@ jobs:
3232 java-opts : " -Xmx5G"
3333
3434 label :
35- # only for PRs by github-actions[bot]
36- if : github.event.pull_request.user.login == 'github-actions[bot] '
35+ # only for PRs by softwaremill-ci
36+ if : github.event.pull_request.user.login == 'softwaremill-ci '
3737 uses : softwaremill/github-actions-workflows/.github/workflows/label.yml@main
3838 secrets : inherit
3939
4040 auto-merge :
41- # only for PRs by github-actions[bot]
42- if : github.event.pull_request.user.login == 'github-actions[bot] '
41+ # only for PRs by softwaremill-ci
42+ if : github.event.pull_request.user.login == 'softwaremill-ci '
4343 needs : [ build, label ]
4444 uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
4545 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