From d4f939299629e92b987974ff632c7cd33ca0426d Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 24 Oct 2024 15:23:40 -0600 Subject: [PATCH 1/2] Add CLA Assistant for @Expensify CLA --- .github/workflows/cla.yml | 12 ++++++++++++ 1 file changed, 12 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..34a5c35 --- /dev/null +++ b/.github/workflows/cla.yml @@ -0,0 +1,12 @@ +name: CLA Assistant + +on: + issue_comment: + types: [created] + pull_request_target: + types: [opened, closed, synchronize] + +jobs: + CLA: + uses: Expensify/GitHub-Actions/.github/workflows/cla.yml@main + secrets: inherit From 23faec6660ae8a8c04bed634e2054126181d0181 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 24 Oct 2024 15:35:31 -0600 Subject: [PATCH 2/2] Update .github/workflows/cla.yml Co-authored-by: Carlos Martins --- .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 34a5c35..dc4de9e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -4,7 +4,7 @@ on: issue_comment: types: [created] pull_request_target: - types: [opened, closed, synchronize] + types: [opened, synchronize] jobs: CLA: