Skip to content

Commit

Permalink
build(java): update autorelease title check in response to the new mu…
Browse files Browse the repository at this point in the history
…lti release branch changes (#945)

Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Wed Mar 10 14:40:03 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: 0b064d767537e0675fc053e53fca473c5c701fb8
Source-Link: googleapis/synthtool@0b064d7

Co-authored-by: Thiago Nunes <thiagotnunes@google.com>
  • Loading branch information
yoshi-automation and thiagotnunes committed Mar 18, 2021
1 parent 006ceb6 commit d509cf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yaml
Expand Up @@ -16,8 +16,8 @@ jobs:
return;
}
// only approve PRs like "chore(master): release <release version>"
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
// only approve PRs like "chore: release <release version>"
if ( !context.payload.pull_request.title.startsWith("chore: release") ) {
return;
}
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner.git",
"sha": "73478f9f6fe554beb4a47323ce75db5d06b7910f"
"sha": "4088981314097647e3ed79f2c748545cac6fc34e"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
}
}
],
Expand Down Expand Up @@ -351,4 +351,4 @@
"renovate.json",
"samples/pom.xml"
]
}
}

0 comments on commit d509cf4

Please sign in to comment.