Skip to content

Commit

Permalink
build: switching to an up-to-date release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 18, 2019
1 parent faffa34 commit b9571b1
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .github/main.workflow
@@ -1,27 +1,13 @@
workflow "Candidate Issue" {
on = "schedule(*/8 * * * *)"
resolves = ["candidate-issue"]
}

action "candidate-issue" {
uses = "googleapis/release-please/.github/action/release-please@master"
env = {
PACKAGE_NAME = "c8"
RELEASE_PLEASE_COMMAND = "candidate-issue"
}
secrets = ["GITHUB_TOKEN"]
}

workflow "Detect Checked" {
on = "schedule(*/4 * * * *)"
resolves = ["detect-checked"]
workflow "Groom Release PR" {
on = "push"
resolves = ["release-pr"]
}

action "detect-checked" {
action "release-pr" {
uses = "googleapis/release-please/.github/action/release-please@master"
env = {
PACKAGE_NAME = "c8"
RELEASE_PLEASE_COMMAND = "detect-checked"
RELEASE_PLEASE_COMMAND = "release-pr"
}
secrets = ["GITHUB_TOKEN"]
}
Expand All @@ -39,4 +25,3 @@ action "github-release" {
}
secrets = ["GITHUB_TOKEN"]
}

0 comments on commit b9571b1

Please sign in to comment.