File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 return;
1717 }
1818
19- // only approve PRs like "chore(master) : release <release version>"
20- if ( !context.payload.pull_request.title.startsWith("chore(master) : release") ) {
19+ // only approve PRs like "chore: release <release version>"
20+ if ( !context.payload.pull_request.title.startsWith("chore: release") ) {
2121 return;
2222 }
2323
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-logging-logback.git",
7- "sha": "96992ce04772b46bc4196019c24b3700856c7263 "
7+ "sha": "aaaebd9e8304b5e2f840989248b4b9329727e3e3 "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "synthtool",
1313 "remote": "https://github.com/googleapis/synthtool.git",
14- "sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0 "
14+ "sha": "0b064d767537e0675fc053e53fca473c5c701fb8 "
1515 }
1616 }
1717 ],
You can’t perform that action at this time.
0 commit comments