Skip to content

Commit

Permalink
chore: Re-generated to pick up changes from synthtool (#817)
Browse files Browse the repository at this point in the history
* build(java): update autorelease branch name check

In response to the new multi release branch changes.

Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Wed Feb 3 15:06:07 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: 140ba24a136c63e7f10a998a63e7898aed63ea7d
Source-Link: googleapis/synthtool@140ba24

* chore: remove leading newline from LICENSE

Co-authored-by: Christopher Wilcox <crwilcox@google.com>

Source-Author: Justin Beckwith <justin.beckwith@gmail.com>
Source-Date: Wed Feb 3 15:37:31 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 27b2d4f4674840628d0b75c5941e89c12af4764f
Source-Link: googleapis/synthtool@27b2d4f
  • Loading branch information
yoshi-automation committed Feb 4, 2021
1 parent 0daf8fb commit 4961a7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
}
// only approve PRs like "chore: release <release version>"
if ( !context.payload.pull_request.title.startsWith("chore: release") ) {
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
return;
}
Expand Down
1 change: 0 additions & 1 deletion LICENSE
@@ -1,4 +1,3 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "64ecaa740de709e2d8e50729ad0edd5a5f74b650"
"sha": "0daf8fbf587c4fa03c1f22763185d8db3b438c6d"
}
},
{
Expand Down Expand Up @@ -50,7 +50,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
"sha": "27b2d4f4674840628d0b75c5941e89c12af4764f"
}
}
],
Expand Down

0 comments on commit 4961a7c

Please sign in to comment.