We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef43359 commit 5b6358cCopy full SHA for 5b6358c
src/awscdk-app-ts.ts
@@ -68,7 +68,6 @@ export class AwsCdkTypeScriptApp extends awscdk.AwsCdkTypeScriptApp {
68
const conditions: Array<string> = [];
69
conditions.push("github.event.pull_request.user.login == 'dependabot[bot]'");
70
conditions.push("contains(github.event.pull_request.labels.*.name, 'auto-approve')");
71
- conditions.push("github.event.review.state == 'approved'");
72
73
const mergeJob: Job = {
74
runsOn: ["ubuntu-latest"],
0 commit comments