Skip to content

Commit 3f7b8f4

Browse files
committed
Update actions
1 parent 3503551 commit 3f7b8f4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: 1
22
labels:
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"

.github/workflows/bootzooka-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
run: sbt 'set docker / version := "'${GITHUB_RUN_ID}-${GITHUB_SHA:0:7}'"' docker/docker:publish
9090

9191
label:
92-
# only for PRs by github-actions[bot]
93-
if: github.event.pull_request.user.login == 'github-actions[bot]'
92+
# only for PRs by softwaremill-ci
93+
if: github.event.pull_request.user.login == 'softwaremill-ci'
9494
uses: softwaremill/github-actions-workflows/.github/workflows/label.yml@main
9595

9696
auto-merge:
97-
# only for PRs by github-actions[bot]
98-
if: github.event.pull_request.user.login == 'github-actions[bot]'
97+
# only for PRs by softwaremill-ci
98+
if: github.event.pull_request.user.login == 'softwaremill-ci'
9999
needs: [verify, label]
100100
uses: softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
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'

0 commit comments

Comments
 (0)