Skip to content

Commit 75d7609

Browse files
committed
Fix gazelle actions workflow automated PR titles
1 parent 9f894df commit 75d7609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gazelle-scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
token: ${{ secrets.REPO_SCOPED_TOKEN }}
3131
committer: GitHub <[email protected]>
3232
author: GitHub <[email protected]>
33-
title: Adopt otp ${{ steps.fetch-version.outputs.VERSION }}
33+
title: bazel run gazelle
3434
body: >
3535
Automated changes created by
3636
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

.github/workflows/gazelle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
token: ${{ secrets.REPO_SCOPED_TOKEN }}
2626
committer: GitHub <[email protected]>
2727
author: GitHub <[email protected]>
28-
title: Adopt otp ${{ steps.fetch-version.outputs.VERSION }}
28+
title: bazel run gazelle
2929
body: >
3030
Automated changes created by
3131
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)