From 5fd03411d614c290800fe366a68c1b753d7bdba2 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Thu, 24 Oct 2024 15:21:31 -0600 Subject: [PATCH] fix lint --- .github/workflows/cla.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 86fb3b1..dc4de9e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,10 +1,10 @@ name: CLA Assistant on: - issue_comment: - types: [created] - pull_request_target: - types: [opened, synchronize] + issue_comment: + types: [created] + pull_request_target: + types: [opened, synchronize] jobs: CLA: