From 18f742f6d46bfb60080b836b27562ad3390d3140 Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Tue, 6 Jan 2026 10:30:35 -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 000000000..2737e836f --- /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 c5f3ee8add2b815f9ad71ead99bb0d99a9df54a0 Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Wed, 7 Jan 2026 10:33:16 -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 2737e836f..f1a8008f0 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 ea1a4e3654ffca4ba60a2033dad5898a3be61710 Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Mon, 12 Jan 2026 10:54:09 -0400 Subject: [PATCH 3/4] Final updated cla.yml --- .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 f1a8008f0..d66f28ef6 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 d0225a569c98e4619919a60ff9754c49cb0a23bb Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Mon, 12 Jan 2026 11:54:44 -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 d66f28ef6..b622a93ca 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