Commit 7fcd877 1 parent 676d0ba commit 7fcd877 Copy full SHA for 7fcd877
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
return;
17
17
}
18
18
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") ) {
21
21
return;
22
22
}
23
23
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-logging.git",
7
- "sha": "662f38a73ee43a3cdf62202b802c8e1674b889c3 "
7
+ "sha": "676d0baea2c591f477c0036191874c3d40288251 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0 "
22
+ "sha": "0b064d767537e0675fc053e53fca473c5c701fb8 "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments