diff --git a/infra/terraform/test-org/github/.terraform.lock.hcl b/infra/terraform/test-org/github/.terraform.lock.hcl index 43546b1a581..0457e2e98a6 100644 --- a/infra/terraform/test-org/github/.terraform.lock.hcl +++ b/infra/terraform/test-org/github/.terraform.lock.hcl @@ -2,23 +2,23 @@ # Manual edits may be lost in future updates. provider "registry.terraform.io/integrations/github" { - version = "5.42.0" + version = "5.45.0" constraints = "~> 5.0, ~> 5.15" hashes = [ - "h1:vHTdYL6eXJfUzz4bs0ICyg2f8ct/K2EnGAjwLrAmL3U=", - "zh:0f97039c6b70295c4a82347bc8a0bcea700b3fb3df0e0be53585da025584bb7c", - "zh:12e78898580cc2a72b5f2a77e191b158f88e974b0500489b691f34842288745c", - "zh:23660933e4f00293c0d4d6cd6b4d72e382c0df46b70cecf22b5c4c090d3b61e3", - "zh:74119174b46d8d197dd209a246bf8b5db113c66467e02c831e68a8ceea312d3e", - "zh:829c4c0c202fc646eb0e1759eb9c8f0757df5295be2d3344b8fd6ca8ce9ef33b", - "zh:92043e667f520aee4e08a10a183ad5abe5487f3e9c8ad5a55ea1358b14b17b1a", - "zh:998909806b4ff42cf480fcd359ec1f12b868846f89284b991987f55de24876b7", - "zh:9f758447db3bf386516562abd6da1e54d22ddc207bda25961d2b5b049f32da0f", - "zh:a6259215612d4d6a281c671b2d5aa3a0a0b0a3ae92ed60b633998bb692e922d3", - "zh:ad7d78056beb44191911db9443bf5eec41a3d60e7b01def2a9e608d1c4288d27", - "zh:b697e7b0abef3000e1db482c897b82cd455621b488bb6c4cd3d270763d7b08ac", - "zh:db8e849eded8aebff780f89ab7e1339053d2f15c1c8f94103d70266a090527ad", - "zh:e5bdbb85fb148dd75877a7b94b595d4e8680e495c241db02c4b12b91e9d08953", - "zh:ee812c5fd77d3817fb688f720e5eb42d7ff04db67a125de48b05458c9f657483", + "h1:cP5uEN9jpePr+/Kc7OyAZMhysbDhQoLGpLqgQpLFewg=", + "zh:2afb8ee5b847071e51d5a39bcad5cf466c4d22452450d37c44a5f9d2eb9879e5", + "zh:38d087b88c86ddd63b60d14d613f86a5885d154048098c0484266a9a69018b16", + "zh:3e6a787e3e40f1535d85f8dc5f2e8c90242ab8237feebd027f696fa154261394", + "zh:55dac5a813b3774b48ca45b8a797c32e6d787d4f282b43b622155cad3daac46a", + "zh:563f2782f3c4c584b249c5fa0628951a57b4593f3c5805a4efb6d494f8686716", + "zh:677180ec9376d5f926286592998e2864c85f06d6b416c1d89031d817a285c72e", + "zh:80eec141fa47131e8f60a6478e51b3a5920efe803444e684f9605fca09a24e34", + "zh:8b9f1e1f4b42b51e53767f4f927eabdcefe55fb0369e996ac2a0063148b5e48d", + "zh:95627f75848561830f8c20949f024f902a2100a022c68aa8d84320f43e75cc46", + "zh:95ac41b99dfca3ce556092e036bb04dc03367d0779071112e59d4bf11259a89d", + "zh:9e966482729ba8214b480bdd786aff9a15234e9c093c5406b56ce89ccb07dcab", + "zh:b7a9d563613f1b9a233f8f285848cc9d8c08c556aad7ea57cd63e0abb19b10cf", + "zh:ce56bb7ca876f47f5beee01de3ab84d27964b972c9adceb8e2f7824891e05c27", + "zh:f73e063ad5b84f1943eafb8a52a26dd805d06ac11d6c951175ac76c07187f553", ] } diff --git a/infra/terraform/test-org/github/labels.tf b/infra/terraform/test-org/github/labels.tf index 435dd60d4e7..ccc3d397a5d 100644 --- a/infra/terraform/test-org/github/labels.tf +++ b/infra/terraform/test-org/github/labels.tf @@ -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. @@ -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." - }, ] }