Closed
Description
per github docs https://docs.github.com/en/rest/reference/repos#create-a-deployment-status the api post needs to use a different media-type when certain deployment statuses are used
quote:
Note: To use the inactive state, you must provide the application/vnd.github.ant-man-preview+json custom media type. To use the in_progress and queued states, you must provide the application/vnd.github.flash-preview+json custom media type. When you set a transient deployment to inactive, the deployment will be shown as destroyed in GitHub.
the docs at https://github.com/KnpLabs/php-github-api/blob/master/doc/repo/deployments.md don't show how the api can be used for this deployment states. could you give me a hint on how it should be used?
Metadata
Metadata
Assignees
Labels
No labels