Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
build(java): update autorelease branch name check (#364)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/c9dc8a78-8116-4a14-8cbe-b5dd35bc453d/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@140ba24
  • Loading branch information
yoshi-automation committed Feb 4, 2021
1 parent 2ff7711 commit f7aab9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-language.git",
"sha": "71635190c78a818c37d59bca1753107cf8d48a64"
"sha": "2ff7711bdb467fe9e0e64176efc80bfffdc84014"
}
},
{
Expand All @@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
"sha": "140ba24a136c63e7f10a998a63e7898aed63ea7d"
}
}
],
Expand Down

0 comments on commit f7aab9f

Please sign in to comment.