mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Added support for custom labels (#414)
* Added support for custom labels * ignore case * Added interactive config for labels * Fixing L0s * pr comments
This commit is contained in:
@@ -87,6 +87,7 @@ namespace GitHub.Runner.Common
|
||||
public static class Args
|
||||
{
|
||||
public static readonly string Auth = "auth";
|
||||
public static readonly string Labels = "labels";
|
||||
public static readonly string MonitorSocketAddress = "monitorsocketaddress";
|
||||
public static readonly string Name = "name";
|
||||
public static readonly string Pool = "pool";
|
||||
|
||||
Reference in New Issue
Block a user