Skip to content

Commit

Permalink
chore: Trigger kokoro on release PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Oct 30, 2020
1 parent b20c05d commit 188f23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Expand Up @@ -54,15 +54,15 @@ jobs:
owner: 'googleapis',
repo: 'google-api-ruby-client',
issue_number: pr.number,
labels: ["autorelease: pending", "automerge"]
labels: ["autorelease: pending", "automerge", "kokoro:run"]
});
} else {
core.info("ENABLE_AUTO_APPROVE is not set; labeling release only");
github.issues.addLabels({
owner: 'googleapis',
repo: 'google-api-ruby-client',
issue_number: pr.number,
labels: ["autorelease: pending"]
labels: ["autorelease: pending", "kokoro:run"]
});
}
core.info("AutoApprove: complete!");
Expand Down

0 comments on commit 188f23c

Please sign in to comment.