Skip to content

Commit ecc032f

Browse files
authored
fix(ci): automated prs should be authored by bot user (#616)
* fix(ci): automated prs should be authored by bot user * fix: PR content does not use correct tag info
1 parent 9f4d8a8 commit ecc032f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker.build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ jobs:
100100
if: steps.update-check.outputs.match == 'true'
101101
with:
102102
path: ./repos/wbaas-deploy-staging
103-
commit-message: 'Staging+Local: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}'
104-
title: 'Staging+Local: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}'
103+
commit-message: 'Staging+Local: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}'
104+
title: 'Staging+Local: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}'
105105
branch: deploy-to-staging-${{ steps.update-values.outputs.tag }}
106106
committer: wmdebot <github-bots@wikimedia.de>
107-
author: ${{ github.actor }} <github-bots@wikimedia.de>
107+
author: wmdebot <github-bots@wikimedia.de>
108108
labels: automated pr
109109
token: ${{ secrets.WBAAS_DEPLOY_TOKEN }}
110110
body: |
@@ -116,11 +116,11 @@ jobs:
116116
if: steps.update-check.outputs.match == 'true'
117117
with:
118118
path: ./repos/wbaas-deploy-production
119-
commit-message: 'Production: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}'
120-
title: 'Production: Deploy new Platform API image ${{ steps.docker_meta.outputs.tags }}'
119+
commit-message: 'Production: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}'
120+
title: 'Production: Deploy new Platform API image ${{ steps.update-values.outputs.tag }}'
121121
branch: deploy-to-production-${{ steps.update-values.outputs.tag }}
122122
committer: wmdebot <github-bots@wikimedia.de>
123-
author: ${{ github.actor }} <github-bots@wikimedia.de>
123+
author: wmdebot <github-bots@wikimedia.de>
124124
labels: automated pr
125125
token: ${{ secrets.WBAAS_DEPLOY_TOKEN }}
126126
body: |

0 commit comments

Comments
 (0)