From a7bde252d10809feaf97620e610dafc92fb544b1 Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Wed, 7 Jan 2026 08:25:18 -0400 Subject: [PATCH 1/4] feat: add CLA workflow caller --- .github/workflows/cla.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/cla.yml diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml new file mode 100644 index 0000000..2737e83 --- /dev/null +++ b/.github/workflows/cla.yml @@ -0,0 +1,20 @@ +--- +name: CLA Workflow + +permissions: + contents: write + checks: write + actions: write + pull-requests: write + +on: + pull_request: + types: [opened, reopened, synchronize] + branches: + - staging + - main + +jobs: + cla: + uses: ec-intl/workflow-templates/.github/workflows/cla_template.yml@main + secrets: inherit From b50142c3d928ac376f0abe4b2e3a92726eb06efa Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Wed, 7 Jan 2026 10:53:29 -0400 Subject: [PATCH 2/4] Update cla.yml --- .github/workflows/cla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 2737e83..f1a8008 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -11,10 +11,10 @@ on: pull_request: types: [opened, reopened, synchronize] branches: - - staging - main + - master jobs: cla: - uses: ec-intl/workflow-templates/.github/workflows/cla_template.yml@main + uses: clima/.github/.github/workflows/cla_template.yml@main secrets: inherit From 188501ccdd4e483072a500185ce55eee5268ceec Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Mon, 12 Jan 2026 11:26:49 -0400 Subject: [PATCH 3/4] Add merge --- .github/workflows/cla.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index f1a8008..d66f28e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -8,6 +8,7 @@ permissions: pull-requests: write on: + merge_group: pull_request: types: [opened, reopened, synchronize] branches: @@ -17,4 +18,4 @@ on: jobs: cla: uses: clima/.github/.github/workflows/cla_template.yml@main - secrets: inherit + secrets: inherit From e778f6ed092af6f18cc96b0f384a6dc9ef736dad Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Mon, 12 Jan 2026 13:28:18 -0400 Subject: [PATCH 4/4] style: remove indentation --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index d66f28e..b622a93 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -18,4 +18,4 @@ on: jobs: cla: uses: clima/.github/.github/workflows/cla_template.yml@main - secrets: inherit + secrets: inherit