github-enterprise Questions

5

I want to know if it's possible to connect my github enterprise account of my organization to vs code, and if so how? I know how to sign in with a normal github account on vs code but it doesn't wo...
Thousand asked 29/10, 2021 at 8:23

2

I would like to access the deployment environment name in my Github Actions workflow YAML. Here is an example: jobs: example: runs-on: ubuntu-latest environment: "foobarbaz" ... ste...
Hierolatry asked 24/12, 2022 at 20:3

2

There's no real guide for this, this is the existing documentation : https://www.jetbrains.com/help/rider/GitHub.html it's outdated. Rider actually wants you to provide a token : this seems to not...
Aegir asked 19/5, 2021 at 0:52

7

Solved

I am triggering a workflow run via github's rest api. But github doesn't send any data in the response body (204). How do i get the run id of the trigger request made? I know about the getRunsList ...

1

I'm trying to filter my GitHub issues based on an OR filter of milestones. Specifically, I want to retrieve all issues that are in milestone X or milestone Y. Things I've tried: milestone:X,Y m...
Archimedes asked 4/10, 2016 at 1:50

15

How can I export all my issues from an Enterprise GitHub repository to an Excel file? I have tried searching many Stack Overflow answers but did not succeed. I tried this solution too (exporting Gi...
Hahn asked 28/12, 2016 at 20:36

3

I have a repo with shell script and want to put single command to run it in readme file, like: bash <(curl -L <path_to_raw_script_file>) Raw file urls for GitHub Enterprise look like th...
Eboni asked 12/7, 2018 at 10:43

2

Solved

I'm trying to create a GitHub action, but the "Actions" tab doesn't exist in my repository: This GitHub documentation page advised navigating to the "Settings" tab, then select...
Outbrave asked 8/9, 2021 at 23:2

2

I need to check via GitHub API if a pull request passed all required status checks. I use GitHub Enterprise 2.8 at this moment. I know that I can get all status checks for last commit (following s...
Polemoniaceous asked 7/6, 2017 at 10:48

2

Context I usually set up quick GitHub pages to document a few developments I do. They are usually very simple pages, which I generate from the repo settings using the Page Generator. I want to con...

1

Solved

I'm trying to download a Go package that is on an Entreprise Github. Noteworthy, the domain is not visible outside the VPN, however I'm connected to that VPN. I can browse to https://github.mydomai...
Freelance asked 16/1, 2021 at 23:53

4

Solved

Some services which extend GitHub Enterprise require a sufficiently recent version. But as a standard user of GH:E, how can I determine, without bugging my admin, which version my company has insta...
Quintanilla asked 15/9, 2014 at 15:23

1

I have encountered a weird situation where I am left wondering how I can push to a repo. I have 2 repos, one is public, and the other is under company's Github Enterprise. Well I just cloned an HTT...
Gad asked 5/10, 2020 at 22:27

4

Solved

I have a repository in a [company hosted] GitHub enterprise site that I need to integrate within a CI/CD pipeline in AWS using the CodePipeline service. The CodePipeline service then will connect w...
Compromise asked 17/11, 2018 at 13:8

1

Solved

We are investigating how to integrate our app with Github Enterprise. There are 2 different deployment models - 'Cloud' and 'On Premise' I have been looking around but couldn't find the difference...
Whereby asked 18/6, 2020 at 21:19

1

Solved

Running Github Enterprise 2.18. Is there any way to determine via the API that a user is dormant? I don't see a specific call for it anywhere...
Denotative asked 5/2, 2020 at 15:3

1

Solved

I want to merge a GitHub pull request from my feature-branch to development. Here are the instructions from GitHub to do it via command line: Step 1: git fetch origin git checkout -b feature-bran...
Literator asked 31/10, 2019 at 6:42

2

On my Github enterprise when I install the SSL certificate with the key its displaying an error message: "Github ssl cert The certificate is not signed by a trusted certificate authority (CA) o...
Cletuscleve asked 7/7, 2017 at 10:43

4

If we are using GitHub Enterprise inside the company and the Private Mode is enabled, what's different between a public and private repo?
Countryfied asked 14/10, 2015 at 16:13

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

1

Solved

I want to get a list of issues that have been created in a specific date range using the Github enterprise api. What I want to do would be the equivalent of doing a search on the issues page as sho...
Catalonia asked 7/6, 2018 at 16:0

1

We would like to use mandatory code reviews on pull requests in GitHub Enterprise 2.10 (using the "Require pull request reviews before merging" feature in the repository protected branch settings)....
Doublecross asked 14/11, 2017 at 12:33

1

I am wondering if there is already a way to update a Github (Enterprise) pull request with a comment within the Jenkins Pipeline syntax. I have it already updating it with the build status of succe...
Stevenstevena asked 14/1, 2018 at 6:12

2

I found nothing in the API docs, only the enterprise version mentions that you can retrieve the audit-logs using the staff-tools. Any idea? I'd love to periodically check the audit log and send th...
Footrest asked 18/2, 2015 at 7:44

3

Solved

I'm attempting to clone a remote GitHub enterprise repository and am running into the following error after adding my remote repo's URL to the Git Plugin in my Jenkins configuration: hudson.plugin...
Issuance asked 24/8, 2015 at 19:1

© 2022 - 2025 — McMap. All rights reserved.