Skip to content

Commit ed8d8dd

Browse files
committed
[CPU] Add action to automatically label CPU related PRs
Signed-off-by: Fadi Arafeh <[email protected]>
1 parent 3327807 commit ed8d8dd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/mergify.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,20 @@ pull_request_rules:
235235
add:
236236
- rocm
237237

238+
- name: label-cpu
239+
description: Automatically apply cpu label
240+
conditions:
241+
- label != stale
242+
- files~=^(?!.*kv_offload)(?!.*cpu_offload).*\bcpu.*
243+
actions:
244+
label:
245+
add:
246+
- cpu
247+
assign:
248+
users:
249+
- "fadara01"
250+
- "aditew01"
251+
238252
- name: label-structured-output
239253
description: Automatically apply structured-output label
240254
conditions:

0 commit comments

Comments
 (0)