diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index 621d6f0..e36685a 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -4,7 +4,7 @@ on: issues: types: - opened - pull_request: + pull_request_target: types: - opened @@ -23,3 +23,4 @@ jobs: # labeled: # optional # The behavior of the labels filter, AND to match all labels, OR to match any label, NOT to exclude any listed label (default is OR) # label-operator: # optional +