Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add DeploymentStatusState.Queued #246

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

martincostello
Copy link
Contributor

Resolves #245


Behavior

Before the change?

  • The "queued" value in webhook payloads would be deserialized to Unknown.

After the change?

  • The "queued" value in webhook payloads would be deserialized to Queued.

Other information

N/A


Additional info

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Added the appropriate label for the given change

Does this introduce a breaking change?

  • Yes (Please add the Type: Breaking change label)
  • No

If Yes, what's the impact:

  • N/A

Pull request type

It's either a feature because it's new and being added, or it's a bug because it wasn't already. I've gone with feature.


Add `Queued` to the `DeploymentStatusState` enum.
@JamieMagee JamieMagee merged commit 8bacd10 into octokit:main Apr 20, 2023
@martincostello martincostello deleted the patch-1 branch April 20, 2023 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[FEAT]: Add DeploymentStatusState queued
2 participants