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]: Support for "Requires Deployments" #2453

Open
1 task done
MarkEnverus opened this issue Nov 5, 2024 · 0 comments · May be fixed by #2452
Open
1 task done

[FEAT]: Support for "Requires Deployments" #2453

MarkEnverus opened this issue Nov 5, 2024 · 0 comments · May be fixed by #2452
Labels
Status: Triage This is being looked at and prioritized Type: Feature New feature or request

Comments

@MarkEnverus
Copy link

Describe the need

The v4 API adds in support for setting Required Deployments as a check before a PR can be merged. We want to add this into Terra. I have attempted to do so using my limited GO skills here - #2452
Here is the API Docs
https://docs.github.com/en/graphql/reference/input-objects
And the relevant calls


requiredDeploymentEnvironments ([String!]) | The list of required deployment environments.
-- | --


requiredDeploymentEnvironments ([[String!]](https://docs.github.com/en/graphql/reference/scalars#string))

The list of required deployment environments.

requiresDeployments (Boolean) | Are successful deployments required before merging.
-- | --


requiresDeployments ([Boolean](https://docs.github.com/en/graphql/reference/scalars#boolean))

Are successful deployments required before merging.

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@MarkEnverus MarkEnverus added Status: Triage This is being looked at and prioritized Type: Feature New feature or request labels Nov 5, 2024
@github-project-automation github-project-automation bot moved this to 🆕 Triage in 🧰 Octokit Active Nov 5, 2024
@MarkEnverus MarkEnverus linked a pull request Nov 5, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This is being looked at and prioritized Type: Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant