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 17
17
}
18
18
19
19
// 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") ) {
21
21
return;
22
22
}
23
23
Original file line number Diff line number Diff line change 1
-
2
1
Apache License
3
2
Version 2.0, January 2004
4
3
http://www.apache.org/licenses/
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-workflows.git",
7
- "sha": "f00dea6dca8eb6e0e6d00686160208e93c1d8df5 "
7
+ "sha": "963aa1317b1f5a438708c88a0d648d3b4229c22e "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625 "
22
+ "sha": "27b2d4f4674840628d0b75c5941e89c12af4764f "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments