vscode-github-actions
vscode-github-actions copied to clipboard
custom runner labels
thank you for your great extension. self hosted runner can have custom labels such as x86, linux, dev, arm , ... .

If you have the right permissions for the repository, the extension does pull down the custom labels and also validates them:

Currently this only works for repo level runners though, not for runners shared by the org or the enterprise.
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?
I think moving this from an error to a warning might be appropriate until we can get better APIs in place.
This should be fixed now.