Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
112b3e5b
Unverified
Commit
112b3e5b
authored
Mar 27, 2025
by
Russell Bryant
Committed by
GitHub
Mar 27, 2025
Browse files
[CI] Update rules for applying `tpu` label. (#15634)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
32d66927
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
.github/mergify.yml
.github/mergify.yml
+20
-1
No files found.
.github/mergify.yml
View file @
112b3e5b
...
...
@@ -90,15 +90,34 @@ pull_request_rules:
-
name
:
label-tpu
description
:
Automatically apply tpu label
# Keep this list in sync with `label-tpu-remove` conditions
conditions
:
-
or
:
-
files~=tpu
-
files~=tpu.py
-
files~=_tpu
-
files~=tpu_
-
files~=/tpu/
-
files~=pallas
actions
:
label
:
add
:
-
tpu
-
name
:
label-tpu-remove
description
:
Automatically remove tpu label
# Keep this list in sync with `label-tpu` conditions
conditions
:
-
and
:
-
-files~=tpu.py
-
-files~=_tpu
-
-files~=tpu_
-
-files~=/tpu/
-
-files~=pallas
actions
:
label
:
remove
:
-
tpu
-
name
:
ping author on conflicts and add 'needs-rebase' label
conditions
:
-
conflict
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment