a2578d7ff1
Documentation: build and deploy / deploy (push) Waiting to run
langchain4j-github-bot.yml lint / langchain4j-github-bot.yml validation (push) Waiting to run
Java CI / compile_and_unit_test (17) (push) Waiting to run
Java CI / compile_and_unit_test (21) (push) Waiting to run
Java CI / integration_test (21) (push) Blocked by required conditions
Java CI / compliance (push) Waiting to run
Java CI / spotless (push) Waiting to run
snapshot_release / snapshot_release (push) Waiting to run
Split Package Detection / check-split-packages (push) Waiting to run
Java CI / compile_and_unit_test (25) (push) Waiting to run
43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
---
|
|
# The format of this file is documented here:
|
|
# https://github.com/langchain4j/langchain4j-github-bot
|
|
features: [TRIAGE_ISSUES_AND_PULL_REQUESTS]
|
|
triage:
|
|
rules:
|
|
- id: azure
|
|
labels: [Azure]
|
|
title: "azure"
|
|
notify: [jdubois, agoncal]
|
|
notifyInPullRequest: true
|
|
files:
|
|
- '*-azure-*/**'
|
|
- id: gemini
|
|
labels: [Gemini]
|
|
title: "gemini|vertex|google"
|
|
notify: [glaforge]
|
|
notifyInPullRequest: true
|
|
files:
|
|
- '*-vertex-*/**'
|
|
- '*-google-*/**'
|
|
- id: elasticsearch
|
|
labels: [Elasticsearch]
|
|
title: "elasticsearch"
|
|
notify: [dadoonet]
|
|
notifyInPullRequest: true
|
|
files:
|
|
- 'langchain4j-elasticsearch/**'
|
|
- id: mistral
|
|
labels: [Mistral]
|
|
title: "mistral"
|
|
notify: [czelabueno]
|
|
notifyInPullRequest: true
|
|
files:
|
|
- 'langchain4j-mistral-ai/**'
|
|
- id: mcp
|
|
labels: [MCP]
|
|
title: "mcp"
|
|
notify: [jmartisk]
|
|
notifyInPullRequest: true
|
|
files:
|
|
- 'langchain4j-mcp/**'
|