Update .github/workflows/community-label.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
bbed53f18c
commit
0bc023a877
1 changed files with 2 additions and 0 deletions
2
.github/workflows/community-label.yml
vendored
2
.github/workflows/community-label.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue