File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1717 }
1818
1919 // only approve PRs like "chore: release <release version>"
20- if ( !context.payload.pull_request.title.startsWith("chore: release") ) {
20+ if ( !context.payload.pull_request.title.startsWith("chore(master) : release") ) {
2121 return;
2222 }
2323
Original file line number Diff line number Diff line change 1-
21 Apache License
32 Version 2.0, January 2004
43 http://www.apache.org/licenses/
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-bigtable.git",
7- "sha": "ce1687a5beef12568bd651d31d980cdcec6cad49 "
7+ "sha": "0b139b5cc02ee69eca0bd5b943d97d8139023e9d "
88 }
99 },
1010 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625 "
22+ "sha": "27b2d4f4674840628d0b75c5941e89c12af4764f "
2323 }
2424 }
2525 ],
You can’t perform that action at this time.
0 commit comments