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-core.git",
7
- "sha": "aa8bd6743cf3712e0a6312ce5de8bc96c41c157d "
7
+ "sha": "70f3a5073dc63236f45fd06bd2cc4a044a43c35f "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0 "
14
+ "sha": "0b064d767537e0675fc053e53fca473c5c701fb8 "
15
15
}
16
16
}
17
17
],
You can’t perform that action at this time.
0 commit comments