From 00462d797f84473b7224ba46d0827e8d20c26164 Mon Sep 17 00:00:00 2001 From: Tuseeq1 <31203659+Tuseeq1@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:40:09 +0200 Subject: [PATCH] Fixing the name for automaticallty created PR (#1856) * Fixing the name for automaticallty created PR * Changing monthly with Dataform --- cloudbuild-version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild-version.yaml b/cloudbuild-version.yaml index 5454a9325..df738f4e1 100644 --- a/cloudbuild-version.yaml +++ b/cloudbuild-version.yaml @@ -18,6 +18,6 @@ steps: set -e echo "Create PR..." gh auth login --with-token < token.txt - gh pr create -t "Publish a new NPM versions" -b "Updating NPM package version to $(cat version.bzl | grep DF_VERSION | awk '{ print $3 }' | sed "s/\"//g")" -B $BRANCH_NAME -H $(cat git_branch_name.txt) -r dataform-co/dataform-reviewers + gh pr create -t "Publishing Dataform security patches" -b "Updating NPM package version to $(cat version.bzl | grep DF_VERSION | awk '{ print $3 }' | sed "s/\"//g")" -B $BRANCH_NAME -H $(cat git_branch_name.txt) -r dataform-co/dataform-reviewers options: automapSubstitutions: true