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({