Azure / terraform-azurerm-avm-template

Template repo for Azure Verified Modules using Terraform
MIT License
41 stars 27 forks source link

Update gitignore - Set-AvmGitHubLabels.ps1 #92

Closed LaurentLesle closed 6 months ago

LaurentLesle commented 6 months ago

When an AVM bootstrap a new repository the Set-AvmGitHubLabels.ps1 goes downloaded and executed to set the labels to the repository.

This PR updates the gitignore accordingly.

segraef commented 6 months ago

Thanks @LaurentLesle, tell me which bootstrap do you mean, when a new repo gets created via the template? And from where does the Set-AvmGitHubLabels.ps1 get download and then placed into the root of the repository to have it excluded via .gitignore? I just try to reproduce your case so I can understand it, as we have not yet had such a case. Normally we run/copy the script directly from here.

Or do you mean the bootstrap mentioned here which then creates the script?

LaurentLesle commented 6 months ago

Yes from the second link https://azure.github.io/Azure-Verified-Modules/specs/shared/#id-snfr23---category-contributionsupport---github-repo-labels

More a safetynet

On Fri, 8 Mar 2024 at 17:01, Sebastian Gräf @.***> wrote:

Thanks @LaurentLesle https://github.com/LaurentLesle, tell me which bootstrap do you mean, when a new repo gets created via the template? And from where does the Set-AvmGitHubLabels.ps1 get download and then placed into the root of the repository to have it excluded via .gitignore? I just try to reproduce your case so I can understand it, as we have not yet had such a case. Normally we run/copy the script directly from here https://azure.github.io/Azure-Verified-Modules/scripts/Set-AvmGitHubLabels.ps1 .

Or do you mean the bootstrap mentioned here https://azure.github.io/Azure-Verified-Modules/specs/shared/#id-snfr23---category-contributionsupport---github-repo-labels which then creates the script?

— Reply to this email directly, view it on GitHub https://github.com/Azure/terraform-azurerm-avm-template/pull/92#issuecomment-1985309070, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABD4AEHFR3VGVIA6K6DYB2TYXF47RAVCNFSM6AAAAABEKQVL7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBVGMYDSMBXGA . You are receiving this because you were mentioned.Message ID: @.***>

segraef commented 6 months ago

Combining with #96.