Unverified Commit bb5ac1fe authored by Fadi Arafeh's avatar Fadi Arafeh Committed by GitHub
Browse files

[CPU] Add action to automatically label CPU related PRs (#30678)


Signed-off-by: default avatarFadi Arafeh <fadi.arafeh@arm.com>
parent 811cdf51
...@@ -235,6 +235,20 @@ pull_request_rules: ...@@ -235,6 +235,20 @@ pull_request_rules:
add: add:
- rocm - rocm
- name: label-cpu
description: Automatically apply cpu label
conditions:
- label != stale
- files~=^(?!.*kv_offload)(?!.*cpu_offload).*\bcpu.*
actions:
label:
add:
- cpu
assign:
users:
- "fadara01"
- "aditew01"
- name: label-structured-output - name: label-structured-output
description: Automatically apply structured-output label description: Automatically apply structured-output label
conditions: conditions:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment