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-pubsub.git",
7
- "sha": "25eac989c9b9c95a4fbd5e239d1a08afc0f391de "
7
+ "sha": "3f23ac6cda00814f74f2c435dd8a05b70ac69d27 "
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