Skip to content

Commit b9504c1

Browse files
committed
update docstring to reflect updated function
1 parent 922c47b commit b9504c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ccos/norm/validate_issues.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ def get_invalid_issues_in_repo(repo, required_label_groups):
9393

9494
def validate_issues(repos, required_label_groups):
9595
"""
96-
Validate the labels on all issues in all repos for the organisation. This
97-
is the main entrypoint of the module.
96+
Validate the labels on all issues in all public repos for the organisation.
97+
98+
This is the main entrypoint of the module.
9899
"""
99100
LOG.info("Finding issues with invalid labels...")
100101
invalid_issues = {}

0 commit comments

Comments
 (0)