diff --git a/build/github-tf-pull-request.yaml b/build/github-tf-pull-request.yaml index 6defed40b..e9180ea80 100644 --- a/build/github-tf-pull-request.yaml +++ b/build/github-tf-pull-request.yaml @@ -78,7 +78,7 @@ jobs: issue_number: context.issue.number, }) const botComment = comments.find(comment => { - return comment.user.type === 'Bot' && comment.body.includes('Terraform Initialization') + return comment.user.type === 'Bot' && comment.body.includes('Terraform Plan Validate All') }) const run_url = process.env.GITHUB_SERVER_URL + '/' + process.env.GITHUB_REPOSITORY + '/actions/runs/' + process.env.GITHUB_RUN_ID