[CI]: add full tag selectively#2820
Merged
sammshen merged 1 commit intoLMCache:devfrom Mar 19, 2026
Merged
Conversation
Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
Contributor
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
deng451e
approved these changes
Mar 19, 2026
Shaoting-Feng
approved these changes
Mar 19, 2026
hyunyul-XCENA
pushed a commit
to xcena-dev/LMCache
that referenced
this pull request
Mar 20, 2026
add full tag selectively Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
realAaronWu
pushed a commit
to realAaronWu/LMCache
that referenced
this pull request
Mar 20, 2026
add full tag selectively Signed-off-by: Samuel Shen <slshen@tensormesh.ai> Signed-off-by: Aaron Wu <aaron.wu@dell.com>
deng451e
pushed a commit
to deng451e/LMCache
that referenced
this pull request
Mar 21, 2026
add full tag selectively Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
deng451e
pushed a commit
to deng451e/LMCache
that referenced
this pull request
Mar 25, 2026
add full tag selectively Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
deng451e
pushed a commit
to deng451e/LMCache
that referenced
this pull request
Mar 27, 2026
add full tag selectively Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
jooho-XCENA
pushed a commit
to xcena-dev/LMCache
that referenced
this pull request
Apr 2, 2026
add full tag selectively Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
jooho-XCENA
pushed a commit
to xcena-dev/LMCache
that referenced
this pull request
Apr 2, 2026
add full tag selectively Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
kobe0938
pushed a commit
that referenced
this pull request
May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full tag triggers comprehensive and multiprocess tests which we don't always want to run on more non-critical PRs merging.
Note
Medium Risk
Changes CI labeling logic that controls when comprehensive test suites run; a bad filename pattern match could unintentionally skip or trigger the
fulltest path. Usespull_request_targetwithgithub-script, so correctness of the script/permissions matters for CI behavior.Overview
Updates the auto-merge labeling workflow to only add the
fulllabel when auto-merge is enabled and the PR includes non-docs/CI changes.This adds a
github-scriptstep that lists PR files and skips labeling when changes are limited todocs/,.github/, most.buildkite/paths (excludingk3_tests/), or*.md. Thefulllabel is still removed when auto-merge is disabled.Written by Cursor Bugbot for commit 42cba24. This will update automatically on new commits. Configure here.