Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
RosenbergYehuda committed Apr 3, 2024
1 parent 2a8dd23 commit cefeb00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class HaveTheArgsChangedValidator(BaseValidator[ContentTypes]):
"Possible backward compatibility break: Your updates to this file contain changes "
"to the names of the following existing arguments: {args}. Please undo the changes."
)
related_field = "name" # TODO: check if this is the correct field
related_field = "args.name"
is_auto_fixable = False
expected_git_statuses = [GitStatuses.MODIFIED]
related_file_type = [RelatedFileType.YML]
Expand Down

0 comments on commit cefeb00

Please sign in to comment.