python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get Github Labels from Pull Request - Azure Pipelines
I am trying to read Github labels from Pull Requests as I want to run certain Azure pipeline tasks only if a label bug is present on the Pull Request.
Currently, I have as follows:
steps:
- bash: |
...
rsram312
Votes: 0
Answers: 0
Faraday::SSLError when using archive_link on Enterprise Octokit
I had 2 Github apps. One for enterprise and one for normal GitHub. I am trying to get the zip file download URL using Client.archive_link(source_url, format: "zipball") and it works for the ...
Logan X.
Votes: 0
Answers: 0
How do I implement social login with GitHub accounts?
I've been asked by my employer to implement a log-in system for our web application using users' GitHub accounts. I've looked around online but I haven't been able to find a clear explanation of how ...

Nathan Wailes
Votes: 0
Answers: 1
Using github api command line gh command, how to find the branch then pull request for a commit sha?
For a repo https://github.com/org/project
My commit sha fa92b5dcd9748abceab00e290c2ba5c7713d854f
How to find the branch that this commit is in, by using the gh command line?
How to find the pull reque...

Phil
Votes: 0
Answers: 1