forked from mirrors/gio-qt
parent
518da4df27
commit
edaf3ea1aa
1 changed files with 7 additions and 1 deletions
8
.github/workflows/call-license-check.yml
vendored
8
.github/workflows/call-license-check.yml
vendored
|
@ -1,5 +1,11 @@
|
||||||
name: Call License and README Check
|
name: Call License and README Check
|
||||||
on: pull_request
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [opened, synchronize]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
contents: read
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
||||||
|
|
Loading…
Reference in a new issue