You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: requires either EE (self-hosted) or Silver and above (GitLab.com).
7
-
This resource manages a GitHub integration https://docs.gitlab.com/ee/user/project/integrations/github.html that updates pipeline statuses on a GitHub repo's pull requests.
6
+
The gitlab_service_github resource allows to manage the lifecycle of a project integration with GitHub.
7
+
-> This resource requires a GitLab Enterprise instance.
8
+
Upstream API: GitLab REST API docs https://docs.gitlab.com/ee/api/integrations.html#github
8
9
---
9
10
10
11
# gitlab_service_github (Resource)
11
12
12
-
**NOTE**: requires either EE (self-hosted) or Silver and above (GitLab.com).
13
+
The `gitlab_service_github` resource allows to manage the lifecycle of a project integration with GitHub.
13
14
14
-
This resource manages a [GitHub integration](https://docs.gitlab.com/ee/user/project/integrations/github.html) that updates pipeline statuses on a GitHub repo's pull requests.
15
+
-> This resource requires a GitLab Enterprise instance.
16
+
17
+
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/integrations.html#github)
Description: "**NOTE**: requires either EE (self-hosted) or Silver and above (GitLab.com).\n\n"+
16
-
"This resource manages a [GitHub integration](https://docs.gitlab.com/ee/user/project/integrations/github.html) that updates pipeline statuses on a GitHub repo's pull requests.",
15
+
Description: `The `+"`gitlab_service_github`"+` resource allows to manage the lifecycle of a project integration with GitHub.
16
+
17
+
-> This resource requires a GitLab Enterprise instance.
18
+
19
+
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/integrations.html#github)`,
0 commit comments