We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fa6d9 commit 0b064d7Copy full SHA for 0b064d7
synthtool/gcp/templates/java_library/.github/workflows/auto-release.yaml
@@ -16,8 +16,8 @@ jobs:
16
return;
17
}
18
19
- // only approve PRs like "chore(master): release <release version>"
20
- 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") ) {
21
22
23
0 commit comments