From d0b197e967321036d63d587bad4b46065b6d9b86 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Fri, 3 Dec 2021 07:15:52 +0100 Subject: [PATCH] chore: use other pull_request_target trigger Signed-off-by: Christian Kotzbauer --- .github/workflows/size-label.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/size-label.yml b/.github/workflows/size-label.yml index a80fca0..e356791 100644 --- a/.github/workflows/size-label.yml +++ b/.github/workflows/size-label.yml @@ -1,5 +1,7 @@ name: Label size of PRs -on: pull_request +on: + pull_request_target: + types: [opened, reopened, synchronize] jobs: size-label: runs-on: ubuntu-latest