Skip to content

Commit b582fb8

Browse files
authored
Merge pull request #1508 from martygrant/martin/addCommandBufferLabel
Add a new label and entry to labeler.yml for Command Buffers.
2 parents 0d2a972 + e8f0b12 commit b582fb8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ source/adapters/opencl @oneapi-src/unified-runtime-opencl-write
1414
source/adapters/native_cpu @oneapi-src/unified-runtime-native-cpu-write
1515

1616
# Command-buffer experimental feature
17-
source/adapters/**/command_buffer.* @oneapi-src/unified-runtime-command-buffer-write
18-
scripts/core/EXP-COMMAND-BUFFER.rst @oneapi-src/unified-runtime-command-buffer-write
19-
scripts/core/exp-command-buffer.yml @oneapi-src/unified-runtime-command-buffer-write
17+
source/adapters/**/command_buffer.* @oneapi-src/unified-runtime-command-buffer-write
18+
scripts/core/EXP-COMMAND-BUFFER.rst @oneapi-src/unified-runtime-command-buffer-write
19+
scripts/core/exp-command-buffer.yml @oneapi-src/unified-runtime-command-buffer-write
20+
test/conformance/exp_command_buffer** @oneapi-src/unified-runtime-command-buffer-write
2021

2122
# Bindless Images experimental feature
2223
scripts/core/EXP-BINDLESS-IMAGES.rst @oneapi-src/unified-runtime-bindless-images-write

.github/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ conformance:
5757
- changed-files:
5858
- any-glob-to-any-file:
5959
- test/conformance/**
60+
61+
command-buffer:
62+
- changed-files:
63+
- any-glob-to-any-file:
64+
- scripts/core/EXP-COMMAND-BUFFER.rst
65+
- scripts/core/exp-command-buffer.yml
66+
- source/adapters/**/command_buffer.*
67+
- test/conformance/exp_command_buffer**

0 commit comments

Comments
 (0)