From 4582cb51a279fca679c2901eb95220d8b0f4853b Mon Sep 17 00:00:00 2001 From: "deepin-bot[bot]" <100105596+deepin-bot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 06:10:24 +0000 Subject: [PATCH] chore: Sync by https://github.com/linuxdeepin/.github/commit/5a2ac4b4a11cd15a5422e8145eea041a5da73bca (#459) chore: Sync by https://github.com/linuxdeepin/.github/commit/5a2ac4b4a11cd15a5422e8145eea041a5da73bca --- .github/workflows/call-clacheck.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/call-clacheck.yml diff --git a/.github/workflows/call-clacheck.yml b/.github/workflows/call-clacheck.yml new file mode 100644 index 000000000..3fa07a302 --- /dev/null +++ b/.github/workflows/call-clacheck.yml @@ -0,0 +1,16 @@ +name: Call CLA check +on: + issue_comment: + types: [created] + pull_request_target: + types: [opened, closed, synchronize] + +concurrency: + group: ${{ github.workflow }}-pull/${{ github.event.number }} + cancel-in-progress: true + +jobs: + clacheck: + uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master + secrets: + APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}