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 ada3ca6 commit cac9a91Copy full SHA for cac9a91
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("github.event.review.state == 'approved'");
72
73
const mergeJob: Job = {
0 commit comments