File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616jobs :
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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments