From 0bc023a877f94c6a9f44308ab87712bc6acd1d1b Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Tue, 23 Dec 2025 13:09:05 -0600 Subject: [PATCH] Update .github/workflows/community-label.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/community-label.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/community-label.yml b/.github/workflows/community-label.yml index bbaeb33a..3740e983 100644 --- a/.github/workflows/community-label.yml +++ b/.github/workflows/community-label.yml @@ -2,6 +2,8 @@ name: Add Community Label on: pull_request_target: + # NOTE: pull_request_target is required to have write permissions to add labels on PRs from forks. + # This workflow must not be modified to check out or execute untrusted PR code, as it runs with base repo permissions. types: [opened] jobs: