forked from Unity-Technologies/Graphics
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathlabeler.yml
More file actions
33 lines (27 loc) · 954 Bytes
/
labeler.yml
File metadata and controls
33 lines (27 loc) · 954 Bytes
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
# Add 'core' to any changes within 'com.unity.render-pipelines.core' folder or any subfolders
SRP:
- com.unity.render-pipelines.core/**/*
- TestProjects/SRP*/**/*
# Add 'hdrp' to any changes within HDRP-related folder or any subfolders
HDRP:
- com.unity.render-pipelines.high-definition-config/**/*
- com.unity.render-pipelines.high-definition/**/*
- com.unity.testing.hdrp/**/*
- TestProjects/HDRP*/**/*
Universal:
- com.unity.render-pipelines.universal/**/*
- TestProjects/Universal*/**/*
Shader Graph:
- com.unity.shadergraph/**/*
- TestProjects/ShaderGraph*/**/*
- com.unity.render-pipelines.universal/Editor/ShaderGraph/*
vfx:
- com.unity.visualeffectgraph/**/*
- com.unity.testing.visualeffectgraph/**/*
- TestProjects/VisualEffectGraph*/**/*
sdet:
- .* # All hidden files (.repoconfig, .gitattributes, ...)
- .**/* # All hidden folders (.yamato, .github)
- Tools/*
testing:
- TestProjects/**/*