Skip to content

Commit 9bf4f02

Browse files
authored
Merge pull request #20 from ONS-Innovation/documentation-update-from-bugfix
documentation update RE previous bugfix
2 parents f8f016d + e856141 commit 9bf4f02

4 files changed

Lines changed: 164 additions & 145 deletions

File tree

github_api_toolkit/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ def get_codeowner_users(self, org: str, codeowners: list) -> list:
467467
"""Gets a list of users from a list of users and teams. Will get the maintainers of any teams and add them as a user.
468468
469469
Args:
470+
org (str): The GitHub organization name.
470471
codeowners (list): A list of users and teams from a CODEOWNERS file.
471472
472473
Returns:

0 commit comments

Comments
 (0)