From f5d8362f0be367234247d668a24fef3107a8f56d 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:51:32 +0000 Subject: [PATCH] chore: Sync by https://github.com/linuxdeepin/.github/commit/1086c873ff7f018a066f2d39d5ac893eb5351057 (#632) 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 4fc084f95..49bc607d8 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 }}