Home
last modified time | relevance | path

Searched refs:check_github_access (Results 1 – 1 of 1) sorted by relevance

/Zephyr-4.3.0/scripts/ci/
Dcheck_maintainer_changes.py26 def check_github_access(usernames, repo_fullname, token): function
145 missing_maint = check_github_access(all_added_maintainers, repo_fullname, token)
146 missing_collab = check_github_access(all_added_collaborators, repo_fullname, token)