From 617423d76457a077e1560075222faca356564a0a Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Tue, 6 Jan 2026 11:34:55 -0400 Subject: [PATCH 1/3] 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 d0d907eb435837b56a5002c148e3342723aec975 Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Wed, 7 Jan 2026 11:02:42 -0400 Subject: [PATCH 2/3] 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 547ed4e2420d9b8493961d6b7f07c7d645dc15d7 Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Mon, 12 Jan 2026 13:45:06 -0400 Subject: [PATCH 3/3] Add merge_group --- .github/workflows/cla.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index f1a8008..b622a93 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: