Skip to content

Commit 0f0debb

Browse files
authored
Add overriding of verify_files_without_nullability (#6649)
## Summary of changes Adds `"verify_files_without_nullability"` to the override checks ## Reason for change These checks don't run on bot PRs, but are required ## Implementation details Add the missing check ## Test coverage meh
1 parent 014828e commit 0f0debb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/override_version_bump_pr_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
set -o pipefail
2222
2323
# These checks won't run automatically on the version bump PR, so need to force this
24-
contexts=("code_freeze" "verify_source_generators" "verify_app_trimming_descriptor_generator" "verify_solution_changes_are_persisted")
24+
contexts=("code_freeze" "verify_source_generators" "verify_app_trimming_descriptor_generator" "verify_solution_changes_are_persisted" "verify_files_without_nullability")
2525
2626
sha="${{ github.sha }}"
2727
targetUrl="https://github.com/DataDog/dd-trace-dotnet/actions/workflows/override_version_bump_pr_checks.yml"

0 commit comments

Comments
 (0)