Skip to content

Commit

Permalink
Remove reviewer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuseeq1 committed Jan 3, 2025
1 parent e3c5066 commit 71829e8
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 "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
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)
options:
automapSubstitutions: true

0 comments on commit 71829e8

Please sign in to comment.