From a7cd775056e310407508201154aa375deadcc938 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Wed, 12 Jan 2022 00:03:40 +0530 Subject: [PATCH] Run on pull_request_target instead of pull_request --- .github/workflows/status.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 3382de78..46675ab7 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -1,7 +1,9 @@ name: PR status checks on: - pull_request: + # This is so the status check can run on forks. + pull_request_target: types: [assigned, opened, synchronize, reopened] + jobs: build: runs-on: ubuntu-latest