NixOS / ofborg

@ofborg tooling automation https://monitoring.ofborg.org/dashboard/db/ofborg

Home Page:https://ofborg.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode label is not automatically set yet

superherointj opened this issue · comments

vscode label is not automatically set yet

should it?

I think it should.
Vim, emacs have it.
There is a lot of vscode-extensions packages.
Why not?

Any changes in vscode folder (pkgs/applications/editors/vscode/) could trigger it.

There is a label already, OfBorg just doesn't set it automatically yet:

https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+is%3Apr+label%3A%226.topic%3A+vscode%22

commented

Vim, emacs ..

These labels are managed in the nixpkgs repo: https://github.com/NixOS/nixpkgs/blob/master/.github/labeler.yml

ofborg only does the rebuild count and a couple of others:

const TITLE_LABELS: [(&str, &str); 3] = [
("bsd", "6.topic: bsd"),
("darwin", "6.topic: darwin"),
("macos", "6.topic: darwin"),
];

Oh. I did not know that. Thanks for clarifying.