vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

custom runner labels

Open alisalemmi opened this issue 3 years ago • 3 comments

thank you for your great extension. self hosted runner can have custom labels such as x86, linux, dev, arm , ... .

image

alisalemmi avatar Feb 03 '22 07:02 alisalemmi

If you have the right permissions for the repository, the extension does pull down the custom labels and also validates them: CleanShot 2022-02-03 at 10 53 27

Currently this only works for repo level runners though, not for runners shared by the org or the enterprise.

cschleiden avatar Feb 03 '22 18:02 cschleiden

Thank you for this amazing extension! Is there anyway to disable this one check so the custom runner labels don't cause a false positive?

krisrecur avatar Apr 08 '22 08:04 krisrecur

I think moving this from an error to a warning might be appropriate until we can get better APIs in place.

cschleiden avatar Sep 28 '22 12:09 cschleiden

This should be fixed now.

cschleiden avatar Mar 22 '23 18:03 cschleiden