Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: No more default provider label #42

Merged
merged 2 commits into from Jun 15, 2022
Merged

feat: No more default provider label #42

merged 2 commits into from Jun 15, 2022

Conversation

kichik
Copy link
Member

@kichik kichik commented Jun 15, 2022

Removed the concept of default provider label as it was confusing and easily caused runners to be left behind. For example, if the user had a typo in the label on the workflow side, the default provider would spin up and never start the job because the labels don't match.

BREAKING CHANGE: GitHubRunners no longer takes defaultProviderLabel and all workflows must always specify the label they need instead of just self-hosted

kichik and others added 2 commits June 14, 2022 20:58
Removed the concept of default provider label as it was confusing and easily caused runners to be left behind. For example, if the user had a typo in the label on the workflow side, the default provider would spin up and never start the job because the labels don't match.

BREAKING CHANGE: `GitHubRunners` no longer takes `defaultProviderLabel` and all workflows must always specify the label they need instead of just `self-hosted`
Signed-off-by: github-actions <github-actions@github.com>
@mergify mergify bot merged commit b80212f into main Jun 15, 2022
@mergify mergify bot deleted the no-default-label branch June 15, 2022 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant