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 @@ -4,7 +4,7 @@ name: auto-release
4
4
jobs :
5
5
approve :
6
6
runs-on : ubuntu-latest
7
- if : contains(github.head_ref, 'release-v ')
7
+ if : contains(github.head_ref, 'release-please ')
8
8
steps :
9
9
- uses : actions/github-script@v3
10
10
with :
16
16
return;
17
17
}
18
18
19
- // only approve PRs like "chore: release <release version>"
19
+ // only approve PRs like "chore(master) : release <release version>"
20
20
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
21
21
return;
22
22
}
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-bigtable.git",
7
- "sha": "4893b16460d9a7c943d82f0d679f5bfea9196319 "
7
+ "sha": "8fd2795e9edfb0dd5c0c8bb0c9d2aa1c66e4abfc "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5 "
22
+ "sha": "2414b817065726eae0bc525346c7e874f969369d "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments