From bf82aed7c104fc7c06c60bcb3f1ae57f598ed86b Mon Sep 17 00:00:00 2001 From: Jun FENG <99384777+6fj@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:43:24 +0800 Subject: [PATCH] Create cla.yml --- .github/workflows/cla.yml | 11 +++++++++++ 1 file changed, 11 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..926e495 --- /dev/null +++ b/.github/workflows/cla.yml @@ -0,0 +1,11 @@ +--- +name: CLA Assistant +on: + issue_comment: + types: [created] + pull_request_target: + types: [opened, closed, synchronize] +jobs: + CLAssistant: + uses: secretflow/.github/.github/workflows/cla.yml@main + secrets: inherit