File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: auto-release
44jobs :
55 approve :
66 runs-on : ubuntu-latest
7- if : contains(github.head_ref, 'release-v ')
7+ if : contains(github.head_ref, 'release-please ')
88 steps :
99 - uses : actions/github-script@v3
1010 with :
1616 return;
1717 }
1818
19- // only approve PRs like "chore: release <release version>"
19+ // only approve PRs like "chore(master) : release <release version>"
2020 if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
2121 return;
2222 }
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-bigtable.git",
7- "sha": "4893b16460d9a7c943d82f0d679f5bfea9196319 "
7+ "sha": "8fd2795e9edfb0dd5c0c8bb0c9d2aa1c66e4abfc "
88 }
99 },
1010 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5 "
22+ "sha": "2414b817065726eae0bc525346c7e874f969369d "
2323 }
2424 }
2525 ],
You can’t perform that action at this time.
0 commit comments