mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 20:21:02 +00:00
Code style changes on the controller (#4324)
This commit is contained in:
@@ -36,7 +36,8 @@ const (
|
||||
LabelKeyGitHubRepository = "actions.github.com/repository"
|
||||
)
|
||||
|
||||
// Finalizer used to protect resources from deletion while AutoscalingRunnerSet is running
|
||||
// AutoscalingRunnerSetCleanupFinalizerName is a finalizer used to protect resources
|
||||
// from deletion while AutoscalingRunnerSet is running
|
||||
const AutoscalingRunnerSetCleanupFinalizerName = "actions.github.com/cleanup-protection"
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user