dde-application-manager/.github/workflows/call-clacheck.yml
deepin-admin-bot f4650acfcd chore: Sync by 939528802a
sync by github workflow

Log: none
Influence: none
2023-01-12 07:11:04 +00:00

17 lines
387 B
YAML

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 }}