forked from red-hat-data-services/agentic-starter-kits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
60 lines (47 loc) · 1.2 KB
/
labeler.yml
File metadata and controls
60 lines (47 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Path-based label mappings for actions/labeler@v6
# Uses any-glob-to-any-file: a single file match triggers the label
area/langgraph:
- changed-files:
- any-glob-to-any-file: 'agents/langgraph/**'
area/crewai:
- changed-files:
- any-glob-to-any-file: 'agents/crewai/**'
area/autogen:
- changed-files:
- any-glob-to-any-file: 'agents/autogen/**'
area/llamaindex:
- changed-files:
- any-glob-to-any-file: 'agents/llamaindex/**'
area/langflow:
- changed-files:
- any-glob-to-any-file: 'agents/langflow/**'
area/google-adk:
- changed-files:
- any-glob-to-any-file: 'agents/google/**'
area/a2a:
- changed-files:
- any-glob-to-any-file: 'agents/a2a/**'
area/vanilla-python:
- changed-files:
- any-glob-to-any-file: 'agents/vanilla_python/**'
area/helm:
- changed-files:
- any-glob-to-any-file: 'charts/**'
area/docs:
- changed-files:
- any-glob-to-any-file:
- 'docs/**'
- '*.md'
area/ci:
- changed-files:
- any-glob-to-any-file: '.github/**'
area/tests:
- changed-files:
- any-glob-to-any-file:
- 'tests/**'
- 'eval/**'
area/tracing:
- changed-files:
- any-glob-to-any-file:
- '**/tracing.py'
- 'tracing.md'