Skip to content

Commit

Permalink
build(java): update autorelease branch name check (#939)
Browse files Browse the repository at this point in the history
In response to the new multi release branch changes.
  • Loading branch information
stephaniewang526 committed Feb 3, 2021
1 parent e935c9e commit 140ba24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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

0 comments on commit 140ba24

Please sign in to comment.