Skip to content

Commit

Permalink
Update Set-AvmGitHubLabels.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey93 authored Aug 31, 2023
1 parent d18aa71 commit dedfc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/scripts/Set-AvmGitHubLabels.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ param (
[string]$LabelsToApplyCsvUri = "https://azure.github.io/Azure-Verified-Modules/governance/avm-standard-github-labels.csv",

[Parameter(Mandatory = $false)]
[bool]$NoUserPrompts = $true
[bool]$NoUserPrompts = $false
)

# Check if the GitHub CLI is installed
Expand Down

0 comments on commit dedfc6c

Please sign in to comment.