Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change type of property job.commit-message-options.include-scope to bool #11249

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Jan 8, 2025

Despite the CLI claiming that the job property commit-message-options.include-scope is a string pointer, in reality it's serialized and used as a bool. This PR just fixes that issue and updates a test to reflect job files seen in the wild.

Issue found by looking through the logs after recent error reporting improvements.

@brettfo brettfo requested a review from a team as a code owner January 8, 2025 17:18
@github-actions github-actions bot added the L: dotnet:nuget NuGet packages via nuget or dotnet label Jan 8, 2025
@randhircs randhircs force-pushed the dev/brettfo/nuget-job-scope branch from 6653c2b to bf1f3ed Compare January 8, 2025 17:44
@randhircs randhircs merged commit 081474e into main Jan 8, 2025
70 checks passed
@randhircs randhircs deleted the dev/brettfo/nuget-job-scope branch January 8, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants