|
| 1 | +# Label PRs (config) |
| 2 | +# Automatically applies labels based on changed files and branch patterns |
| 3 | + |
| 4 | +adapters: |
| 5 | + - changed-files: |
| 6 | + - any-glob-to-any-file: |
| 7 | + - "libs/community/adapters/**/*" |
| 8 | + |
| 9 | +agent_toolkits: |
| 10 | + - changed-files: |
| 11 | + - any-glob-to-any-file: |
| 12 | + - "libs/community/agent_toolkits/**/*" |
| 13 | + |
| 14 | +agents: |
| 15 | + - changed-files: |
| 16 | + - any-glob-to-any-file: |
| 17 | + - "libs/community/agents/**/*" |
| 18 | + |
| 19 | +callbacks: |
| 20 | + - changed-files: |
| 21 | + - any-glob-to-any-file: |
| 22 | + - "libs/community/callbacks/**/*" |
| 23 | + |
| 24 | +chains: |
| 25 | + - changed-files: |
| 26 | + - any-glob-to-any-file: |
| 27 | + - "libs/community/chains/**/*" |
| 28 | + |
| 29 | +chat_loaders: |
| 30 | + - changed-files: |
| 31 | + - any-glob-to-any-file: |
| 32 | + - "libs/community/chat_loaders/**/*" |
| 33 | + |
| 34 | +chat_message_histories: |
| 35 | + - changed-files: |
| 36 | + - any-glob-to-any-file: |
| 37 | + - "libs/community/chat_message_histories/**/*" |
| 38 | + |
| 39 | +chat_models: |
| 40 | + - changed-files: |
| 41 | + - any-glob-to-any-file: |
| 42 | + - "libs/community/chat_models/**/*" |
| 43 | + |
| 44 | +cross_encoders: |
| 45 | + - changed-files: |
| 46 | + - any-glob-to-any-file: |
| 47 | + - "libs/community/cross_encoders/**/*" |
| 48 | + |
| 49 | +docstore: |
| 50 | + - changed-files: |
| 51 | + - any-glob-to-any-file: |
| 52 | + - "libs/community/docstore/**/*" |
| 53 | + |
| 54 | +document_compressors: |
| 55 | + - changed-files: |
| 56 | + - any-glob-to-any-file: |
| 57 | + - "libs/community/document_compressors/**/*" |
| 58 | + |
| 59 | +document_loaders: |
| 60 | + - changed-files: |
| 61 | + - any-glob-to-any-file: |
| 62 | + - "libs/community/document_loaders/**/*" |
| 63 | + |
| 64 | +document_transformers: |
| 65 | + - changed-files: |
| 66 | + - any-glob-to-any-file: |
| 67 | + - "libs/community/document_transformers/**/*" |
| 68 | + |
| 69 | +embeddings: |
| 70 | + - changed-files: |
| 71 | + - any-glob-to-any-file: |
| 72 | + - "libs/community/embeddings/**/*" |
| 73 | + |
| 74 | +example_selectors: |
| 75 | + - changed-files: |
| 76 | + - any-glob-to-any-file: |
| 77 | + - "libs/community/example_selectors/**/*" |
| 78 | + |
| 79 | +graph_vectorstores: |
| 80 | + - changed-files: |
| 81 | + - any-glob-to-any-file: |
| 82 | + - "libs/community/graph_vectorstores/**/*" |
| 83 | + |
| 84 | +graphs: |
| 85 | + - changed-files: |
| 86 | + - any-glob-to-any-file: |
| 87 | + - "libs/community/graphs/**/*" |
| 88 | + |
| 89 | +indexes: |
| 90 | + - changed-files: |
| 91 | + - any-glob-to-any-file: |
| 92 | + - "libs/community/indexes/**/*" |
| 93 | + |
| 94 | +llms: |
| 95 | + - changed-files: |
| 96 | + - any-glob-to-any-file: |
| 97 | + - "libs/community/llms/**/*" |
| 98 | + |
| 99 | +memory: |
| 100 | + - changed-files: |
| 101 | + - any-glob-to-any-file: |
| 102 | + - "libs/community/memory/**/*" |
| 103 | + |
| 104 | +output_parsers: |
| 105 | + - changed-files: |
| 106 | + - any-glob-to-any-file: |
| 107 | + - "libs/community/output_parsers/**/*" |
| 108 | + |
| 109 | +query_constructors: |
| 110 | + - changed-files: |
| 111 | + - any-glob-to-any-file: |
| 112 | + - "libs/community/query_constructors/**/*" |
| 113 | + |
| 114 | +retrievers: |
| 115 | + - changed-files: |
| 116 | + - any-glob-to-any-file: |
| 117 | + - "libs/community/retrievers/**/*" |
| 118 | + |
| 119 | +storage: |
| 120 | + - changed-files: |
| 121 | + - any-glob-to-any-file: |
| 122 | + - "libs/community/storage/**/*" |
| 123 | + |
| 124 | +tools: |
| 125 | + - changed-files: |
| 126 | + - any-glob-to-any-file: |
| 127 | + - "libs/community/tools/**/*" |
| 128 | + |
| 129 | +utilities: |
| 130 | + - changed-files: |
| 131 | + - any-glob-to-any-file: |
| 132 | + - "libs/community/utilities/**/*" |
| 133 | + |
| 134 | +utils: |
| 135 | + - changed-files: |
| 136 | + - any-glob-to-any-file: |
| 137 | + - "libs/community/utils/**/*" |
| 138 | + |
| 139 | +vectorstores: |
| 140 | + - changed-files: |
| 141 | + - any-glob-to-any-file: |
| 142 | + - "libs/community/vectorstores/**/*" |
| 143 | + |
| 144 | +cache: |
| 145 | + - changed-files: |
| 146 | + - any-glob-to-any-file: |
| 147 | + - "libs/community/cache/**/*" |
0 commit comments