Merge branch 'pr-workflows' of https://github.com/langflow-ai/openrag into pr-workflows
This commit is contained in:
commit
b450f00fd1
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