Skip to content

Commit

Permalink
chore: Sync by (#63)
Browse files Browse the repository at this point in the history
chore: Sync by
  • Loading branch information
deepin-bot[bot] committed Jul 19, 2022
1 parent 4794621 commit 9289acd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/call-clacheck.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 9289acd

Please sign in to comment.