forked from yaoya/ScriptableRenderLoop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
32 lines (26 loc) · 896 Bytes
/
labeler.yml
File metadata and controls
32 lines (26 loc) · 896 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
# 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/**/*
- com.unity.render-pipelines.lightweight/**/*
- 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*/**/*
yamato:
- .yamato/*
testing:
- TestProjects/**/*