python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Security information github on a project via github API
How do I get all Security Advisories using github api?
github -> Project -> Security Advisories - View information about security vulnerabilities from this repository's maintainers.
Example Pr...

Roland
Votes: 0
Answers: 0
GET /repos/{owner}/{repo}/pulls/{pull_number}/merge returns 404
Request
curl --location --request GET 'https://api.github.com/repos/gittestapi123/DataStructure/pulls/1/files' \
Above GET API returns 200 OK
Reponse
{
"sha": "9f4b6d8bfeaf4...

Thangakumar D
Votes: 0
Answers: 1
Where actually is the syntax error in my github actions yml file
I am actually implementing CI/CD for my application. I want to start the application automatically using pm2. So I am getting the syntax error on line 22.
This is my yml file
This is the error I am g...

Shamoon97
Votes: 0
Answers: 1
Where to find these fields in Github's GraphQL library?
I am trying to get these two fields.
required_pull_request_reviews.users.login and
required_pull_request_reviews.teams.name
from the original REST API:
/repos/{owner}/{repo}/branches/{branch}/protecti...
Rocketship
Votes: 0
Answers: 0