Skip to content

misc: update lables - #24920

Merged
ngxson merged 2 commits into
masterfrom
xsn/update_labels
Jun 25, 2026
Merged

misc: update lables#24920
ngxson merged 2 commits into
masterfrom
xsn/update_labels

Conversation

@ngxson

@ngxson ngxson commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Overview

  • remove examples and script label since it's not very useful
  • remove python label as it's too vague
  • add conversion and vendor

Requirements

@ngxson
ngxson requested review from CISC and ggerganov June 22, 2026 22:23
@github-actions github-actions Bot added the devops improvements to build systems and github actions label Jun 22, 2026
Comment thread .github/labeler.yml
Comment on lines -50 to -54
examples:
- changed-files:
- any-glob-to-any-file:
- examples/**
- tools/**

@CISC CISC Jun 23, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could be useful if we excluded server, mtmd and ui.

@ngxson
ngxson merged commit 099bf06 into master Jun 25, 2026
3 checks passed
@RapidMark

Copy link
Copy Markdown
Contributor

@ngxson, heads up — this one broke the labeler.

The new - **/*.md line in labeler.yml is unquoted so labeler@v6 reads the leading * as a YAML alias and fails

The config fails to parse, so the labeler is failing on every PR right now.

Quoting it fixes it: - "**/.md" (the **/.nix entry further down is already quoted).

papamoose pushed a commit to papamoose/llama.cpp that referenced this pull request Jun 27, 2026
* misc: update lables

* bring back examples, add mtmd
adrianhoehne pushed a commit to adrianhoehne/llama.cpp that referenced this pull request Jul 5, 2026
* misc: update lables

* bring back examples, add mtmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops improvements to build systems and github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants