Skip to content

Commit 5b6358c

Browse files
committed
fix: check approvals in action
1 parent ef43359 commit 5b6358c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/awscdk-app-ts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export class AwsCdkTypeScriptApp extends awscdk.AwsCdkTypeScriptApp {
6868
const conditions: Array<string> = [];
6969
conditions.push("github.event.pull_request.user.login == 'dependabot[bot]'");
7070
conditions.push("contains(github.event.pull_request.labels.*.name, 'auto-approve')");
71-
conditions.push("github.event.review.state == 'approved'");
7271

7372
const mergeJob: Job = {
7473
runsOn: ["ubuntu-latest"],

0 commit comments

Comments
 (0)