google / go-github

Go library for accessing the GitHub v3 API
https://pkg.go.dev/github.com/google/go-github/v63/github
BSD 3-Clause "New" or "Revised" License
10.29k stars 2.04k forks source link

Feature request: support Deployment Review Event, Review Custom Deployment Protection Rule API #3252

Open air-hand opened 2 weeks ago

air-hand commented 2 weeks ago

Hello.

There is no implement below.

Deployment Review Event: https://docs.github.com/en/enterprise-cloud@latest/webhooks/webhook-events-and-payloads?actionType=requested#deployment_review

Review Custom Deployment Protection Rule: https://docs.github.com/en/enterprise-cloud@latest/rest/actions/workflow-runs?apiVersion=2022-11-28#review-custom-deployment-protection-rules-for-a-workflow-run

I want to implement these, any guide?

gmlewis commented 2 weeks ago

I want to implement these, any guide?

Yes, and thank you, @air-hand ! Please read through CONTRIBUTING.md and respond here with any questions you may have.

air-hand commented 1 week ago

@gmlewis Thank you. I have created PR #3254, please review it.