Skip to content

Commit

Permalink
Fixing the name for automaticallty created PR (#1856)
Browse files Browse the repository at this point in the history
* Fixing the name for automaticallty created PR

* Changing monthly with Dataform
  • Loading branch information
Tuseeq1 authored Oct 1, 2024
1 parent cb4cec4 commit 00462d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 00462d7

Please sign in to comment.