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

Missing support for deployment environments #1712

Open
charlie-collard opened this issue Sep 19, 2023 · 1 comment
Open

Missing support for deployment environments #1712

charlie-collard opened this issue Sep 19, 2023 · 1 comment

Comments

@charlie-collard
Copy link

charlie-collard commented Sep 19, 2023

Deployment environments are missing from the library. For example, I can't get, list, create, update, or delete deployment environments.

GitHub REST API documentation for deployment environments

Note: Deployment environments may be indirectly created via creating a deployment and specifying a string in the environment field:

import org.kohsuke.github.GitHub

private void createDeployment() {
    GitHub.connectUsingOAuth("githubToken")
        .getRepository("user/repo")
        .createDeployment("1.0")
        .environment("production")
        .create()
}
@rpeb
Copy link

rpeb commented Nov 29, 2023

Hi @bitwiseman I want to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants