Merge branch 'pr-workflows' of https://github.com/langflow-ai/openrag into pr-workflows

This commit is contained in:
Edwin Jose 2025-12-23 14:13:03 -05:00
commit b450f00fd1

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: