From 7d9d13f8ecaf81acf62a82e9c866a56cfa60b32d Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 11 Dec 2023 12:21:27 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: team-tf-cdk --- projenrc/auto-approve.ts | 3 ++- projenrc/automerge.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/projenrc/auto-approve.ts b/projenrc/auto-approve.ts index 2a4cdc8..b560b4b 100644 --- a/projenrc/auto-approve.ts +++ b/projenrc/auto-approve.ts @@ -21,7 +21,8 @@ export class AutoApprove { }, }); - (workflow.concurrency as any) = "${{ github.workflow }}-${{ github.head_ref }}"; + (workflow.concurrency as any) = + "${{ github.workflow }}-${{ github.head_ref }}"; const maintainerStatuses = `fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]')`; workflow.addJobs({ diff --git a/projenrc/automerge.ts b/projenrc/automerge.ts index bcc24cb..b97534d 100644 --- a/projenrc/automerge.ts +++ b/projenrc/automerge.ts @@ -27,7 +27,8 @@ export class Automerge { }, }); - (workflow.concurrency as any) = "${{ github.workflow }}-${{ github.head_ref }}"; + (workflow.concurrency as any) = + "${{ github.workflow }}-${{ github.head_ref }}"; const maintainerStatuses = `fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]')`; workflow.addJobs({