Skip to content

Commit 01166e7

Browse files
authored
chore: [automated] Terraform checksum updates (#97)
Fixes the previous pull request issue by syncing pull request titles in workflows. This pull request copies the name to trigger the release again.
1 parent 27a8c3f commit 01166e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
read_version:
1818
runs-on: "ubuntu-latest"
19-
if: "${{ startsWith(github.event.head_commit.message, 'chore: [automated] checksum updates') }}"
19+
if: "${{ startsWith(github.event.head_commit.message, 'chore: [automated] Terraform checksum updates') }}"
2020
outputs:
2121
version: "${{ steps.version.outputs.version }}"
2222
steps:

.github/workflows/update-checksums.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
repo: context.repo.repo,
229229
head: headRef,
230230
base: baseRef,
231-
title: `chore: Terraform checksum updates for ${process.env.UPDATE_DATE}`,
231+
title: `chore: [automated] Terraform checksum updates for ${process.env.UPDATE_DATE}`,
232232
body: `Adds Terraform binary checksums for ${process.env.CHANGES} versions: ${process.env.VERSIONS}`,
233233
});
234234
@@ -246,7 +246,7 @@ jobs:
246246
owner: context.repo.owner,
247247
repo: context.repo.repo,
248248
pull_number: listResponse.data[0].number,
249-
title: `chore: Terraform checksum updates for ${process.env.UPDATE_DATE}`,
249+
title: `chore: [automated] Terraform checksum updates for ${process.env.UPDATE_DATE}`,
250250
body: `Adds Terraform binary checksums for ${process.env.CHANGES} versions: ${process.env.VERSIONS}`,
251251
});
252252

0 commit comments

Comments
 (0)