chore: Sync by 939528802a
sync by github workflow Log: none Influence: none
This commit is contained in:
16
.github/workflows/call-license-check.yml
vendored
Normal file
16
.github/workflows/call-license-check.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Call License and README Check
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
license-check:
|
||||
uses: linuxdeepin/.github/.github/workflows/license-check.yml@master
|
Reference in New Issue
Block a user