github-organizations Questions

4

in my Company, we've got a lot of repositories in one private github organization (not accessible publically). Ideally, all developers should have read access to all repos in that organization, whi...
Winstonwinstonn asked 30/9, 2015 at 14:30

3

I've set up the access token strategy for a GitHub organization so that access token require admin approval. As the picture below says: "All access requests by organization members to this org...
Infirmity asked 7/1, 2023 at 22:49

6

Solved

Is there a workaround to get the list of organizations on GitHub? For example: https://github.com/showcases/open-source-organizations How can we do that via the GitHub API or GitHub search?
Quartus asked 21/7, 2014 at 14:35

3

Solved

How do I set a custom text for the location field of my GitHub organization? Such as the one below: Under the settings of the organization, I can only find a drop-down menu that lets me select a c...
Jay asked 29/8, 2021 at 7:50

3

Solved

I am admin of a Github Organization and my storage is higher than the limit. That's why I want to find the repositories that take the most storage and apply a fix. The only way I found was clickin...
Newfangled asked 9/5, 2022 at 10:9

3

As GitHub user I can create an organization. What i don't understand -- Is an organisation independent? Is it a repositories container, that needs a (user) account it belongs to or is it for itse...
Sayres asked 2/3, 2016 at 9:48

2

Going to https://github.com/organizations/<YOUR_ORGANIZATION_NAME>/settings/oauth_application_policy, titled Third-party application access policy you can "Grant" or "Deny" access to third pa...
Stigma asked 18/2, 2019 at 0:5

8

Solved

I'm trying to get a list of an organization's all repositories, including private ones. (Or to be more specific, all of the private repositories a certain user has access to.) Reqesting info for th...
Reata asked 6/6, 2013 at 12:20

3

Solved

There are two default user roles in an organization on GitHub: "admin" and "member". How to introduce a further role and configure its access rights?
Leicester asked 26/5, 2016 at 13:30

1

Solved

I am part of a Github Organization that has been using the Wiki feature for documentation in a private repository for over a year. We had created many pages for internal use, but the wiki disappear...
Meandrous asked 3/3, 2021 at 22:38

3

Solved

I need to transfer a repository from a user account to an organization the user is a member of. Per GitHUb's docs, I need to make the user account an admin of the organization first. GitHub's docs...
Timi asked 20/2, 2014 at 11:21

3

Solved

I'm trying to understand, what an "organization" on GitHub actually is -- an independent account with all capabilities of a user account and additionally some specials or just a "repos container", ...
Felisafelise asked 2/3, 2016 at 11:2

1

I'm currently working on setting up Drone for CI and I've already managed to register it as an OAuth app with our Github Enterprise. In our case, the Drone OAuth app is owned by one of the organiza...
Polariscope asked 13/4, 2018 at 8:47

3

Solved

I'm trying to analyse my source code with Sonar using Jenkins pipelines. To ask Sonar to notify Github with the results I need to specify the Pull Request ID. How can I get this Pull Request ID f...
Springe asked 17/1, 2017 at 11:8

1

Solved

I have a Github Organisation item in jenkins. On the root of my repository, my Jenkinsfile looks something like this: node { def jenkinsCredsId = 'xxxxxxxx-yyyy-zzzz-aaaa-bbbbbbbbbbbb' stage '...
Kieserite asked 15/11, 2016 at 19:48

1

Solved

This question is related to the Jenkins job auto trigger with multiple repositories. Defined 3 repo's to checkout in Jenkinsfile. node('slave'){ git clone github.com/owner/abc.git -b ${env.BRAN...
Conradconrade asked 8/8, 2016 at 4:35
1

© 2022 - 2024 — McMap. All rights reserved.