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 91c1bd1 commit 04805fdCopy full SHA for 04805fd
src/awscdk-app-ts.ts
@@ -67,7 +67,7 @@ export class AwsCdkTypeScriptApp extends awscdk.AwsCdkTypeScriptApp {
67
if (!this.github?.mergify) {
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");
+ conditions.push("contains(github.event.pull_request.labels.*.name, 'auto-approve'");
71
conditions.push("-label~=(do-not-merge)");
72
conditions.push("#approved-reviews-by>=1");
73
0 commit comments