This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+4
-4
lines changed Expand file treeCollapse file tree2 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(.head_ref, 'release-v') |
| 7 | +if: contains(.head_ref, 'release-please') |
8 | 8 | steps:
|
9 | 9 | - uses: actions/-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://.com/googleapis/java-tasks.git",
|
7 |
| -"sha": "1913289d51026e16ea3a8fb319feb5fb9203b1ad" |
| 7 | +"sha": "bc172567b4f6443b4ba69f8718e2523757adfdd7" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
|
19 | 19 | "git": {
|
20 | 20 | "name": "synthtool",
|
21 | 21 | "remote": "https://.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