Get the GitHub org. Returns: GitHub organization.
()
| 15 | |
| 16 | |
| 17 | def get_github_org() -> str: |
| 18 | """Get the GitHub org. |
| 19 | |
| 20 | Returns: |
| 21 | GitHub organization. |
| 22 | """ |
| 23 | return get_user_config().githubOrg |
| 24 | |
| 25 | |
| 26 | def check_git_remote_set() -> bool: |
no test coverage detected