Skip to content

Commit b9571b1

Browse files
author
bcoe
committed
build: switching to an up-to-date release PR
1 parent faffa34 commit b9571b1

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

.github/main.workflow

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
1-
workflow "Candidate Issue" {
2-
on = "schedule(*/8 * * * *)"
3-
resolves = ["candidate-issue"]
4-
}
5-
6-
action "candidate-issue" {
7-
uses = "googleapis/release-please/.github/action/release-please@master"
8-
env = {
9-
PACKAGE_NAME = "c8"
10-
RELEASE_PLEASE_COMMAND = "candidate-issue"
11-
}
12-
secrets = ["GITHUB_TOKEN"]
13-
}
14-
15-
workflow "Detect Checked" {
16-
on = "schedule(*/4 * * * *)"
17-
resolves = ["detect-checked"]
1+
workflow "Groom Release PR" {
2+
on = "push"
3+
resolves = ["release-pr"]
184
}
195

20-
action "detect-checked" {
6+
action "release-pr" {
217
uses = "googleapis/release-please/.github/action/release-please@master"
228
env = {
239
PACKAGE_NAME = "c8"
24-
RELEASE_PLEASE_COMMAND = "detect-checked"
10+
RELEASE_PLEASE_COMMAND = "release-pr"
2511
}
2612
secrets = ["GITHUB_TOKEN"]
2713
}
@@ -39,4 +25,3 @@ action "github-release" {
3925
}
4026
secrets = ["GITHUB_TOKEN"]
4127
}
42-

0 commit comments

Comments
 (0)