Skip to content

Commit

Permalink
chore(TF): reduce number of centralized labels (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Jan 26, 2024
1 parent ccea7bc commit 0440660
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 92 deletions.
32 changes: 16 additions & 16 deletions infra/terraform/test-org/github/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 1 addition & 76 deletions infra/terraform/test-org/github/labels.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2019-2023 Google LLC
* Copyright 2019-2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -26,96 +26,21 @@ locals {
color : "d73a4a"
description : "Something isn't working"
},
{
name : "duplicate",
color : "cfd3d7"
description : "This issue or pull request already exists"
},
{
name : "good first issue",
color : "7057ff"
description : "Good for newcomers"
},
{
name : "help wanted",
color : "008672",
description : "Extra attention is needed"
},
{
name : "invalid",
color : "e4e669",
description : "Something doesn't seem right"
},
{
name : "question",
color : "d876e3",
description : "Further information is requested"
},
{
name : "wontfix",
color : "db643d",
description : "This will not be worked on"
},
{
name : "triaged",
color : "322560",
description : "Scoped and ready for work"
},
{
name : "upstream",
color : "B580D1",
description : "Work required on Terraform core or provider"
},
{
name : "security",
color : "801336",
description : "Fixes a security vulnerability or lapse in best practice"
},
{
name : "refactor",
color : "004445",
description : "Updates for readability, code cleanliness, DRYness, etc. Only needs Terraform exp."
},
{
name : "blocked",
color : "ef4339",
description : "Blocked by some other work"
},
{
name : "P1",
color : "b01111",
description : "highest priority issues"
},
{
name : "P2",
color : "b4451f",
description : "high priority issues"
},
{
name : "P3",
color : "e7d87d",
description : "medium priority issues"
},
{
name : "P4",
color : "62a1db",
description : "low priority issues"
},
{
name : "release-please:force-run",
color : "e7d87d",
description : "Force release-please to check for changes."
},
{
name : "waiting-response",
color : "5319e7",
description : "Waiting for issue author to respond."
},
{
name : "v0.13",
color : "edb761",
description : "Terraform v0.13 issue."
},
]
}

Expand Down

0 comments on commit 0440660

Please sign in to comment.