hashicorp / ghaction-terraform-provider-release

Reusable GitHub Action Workflows for releasing HashiCorp, partner, and community Terraform Providers
Mozilla Public License 2.0
15 stars 9 forks source link

Use single label for github runner #93

Closed dlaguerta closed 4 months ago

dlaguerta commented 4 months ago

👋 Greetings!

To align with Github’s removal of custom labels on larger runners, this PR is updating the labels defined in your Github Action jobs. Moving forward, only one label (the name of GH runner type) will be needed to ensure an appropriate runner is used for your GHA job.

Please review for accuracy and merge before May 27, 2024. Thank you!