kernel_optimize_test/.github/workflows/call-clacheck.yml
2022-11-16 03:51:12 +00:00

17 lines
384 B
YAML

name: Call CLA check
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, synchronize]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
clacheck:
uses: deepin-community/.github/.github/workflows/cla-check.yml@master
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}