From 49ef9eb5aa4d3b622a53d7401fe0c53094ae6398 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Wed, 16 Mar 2022 20:47:34 +0000 Subject: [PATCH] hopefully supporting running the check size action on external PRs --- .github/workflows/check_size.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_size.yml b/.github/workflows/check_size.yml index 651f4b7..93d00f1 100644 --- a/.github/workflows/check_size.yml +++ b/.github/workflows/check_size.yml @@ -1,7 +1,14 @@ name: Check Size +## Workaround for allow size checks on external PRs/dependabot on: - pull_request: + pull_request_target: + types: + - opened + - synchronize + - reopened +permissions: + pull-requests: write jobs: check-size: