From edaf3ea1aafb0a572a40b58ac67a99ac6b9dbc3f Mon Sep 17 00:00:00 2001 From: "deepin-bot[bot]" <100105596+deepin-bot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 01:59:33 +0000 Subject: [PATCH] chore: Sync by https://github.com/linuxdeepin/.github/commit/1086c873ff7f018a066f2d39d5ac893eb5351057 (#26) chore: Sync by https://github.com/linuxdeepin/.github/commit/1086c873ff7f018a066f2d39d5ac893eb5351057 --- .github/workflows/call-license-check.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/call-license-check.yml b/.github/workflows/call-license-check.yml index 4fc084f..49bc607 100644 --- a/.github/workflows/call-license-check.yml +++ b/.github/workflows/call-license-check.yml @@ -1,5 +1,11 @@ name: Call License and README Check -on: pull_request +on: + pull_request_target: + types: [opened, synchronize] + +permissions: + pull-requests: write + contents: read concurrency: group: ${{ github.workflow }}-pull/${{ github.event.number }}