Update .github/workflows/community-label.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-12-23 13:09:05 -06:00 committed by GitHub
parent bbed53f18c
commit 0bc023a877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: