Skip to content

Commit 739f6ee

Browse files
authored
Require changelog on module_utils changes (#92)
Signed-off-by: NilashishC <[email protected]>
1 parent f66457b commit 739f6ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/validate_changelog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def is_module_or_plugin(ref: str) -> bool:
3737
"""
3838
prefix_list = (
3939
"plugins/modules",
40+
"plugins/module_utils",
4041
"plugins/action",
4142
"plugins/inventory",
4243
"plugins/lookup",

0 commit comments

Comments
 (0)