Skip to content

Commit 2e42459

Browse files
authored
Clarify limitations linked to standalone orgs VS GitHub App pipelines (#9660)
* Update github-apps-integration.adoc * Update github-apps-integration.adoc
1 parent 158168e commit 2e42459

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/guides/modules/integration/pages/github-apps-integration.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,16 @@ The following sections are features of CircleCI which are not yet supported when
172172

173173
[#restrict-a-context-to-a-security-group]
174174
=== Restrict a context to a security group
175-
The ability to xref:security:contexts.adoc#security-group-restrictions[restrict a context to a security group] is not yet supported for GitHub App projects.
175+
The ability to xref:security:contexts.adoc#security-group-restrictions[restrict a context to a security group] is supported for GitHub App pipelines only for organizations that have `/github/` (or `/gh/`) in the URL, no matter the pipeline integration type. It is not yet supported for organizations that have `/circleci/` in the URL. You can follow development progress link:https://circleci.canny.io/cloud-feature-requests/p/ability-to-use-security-groups-for-contexts-used-by-github-app-type-pipelines[here].
176176

177177
[#in-app-config-editor]
178178
=== In-app config editor
179-
The in-app config editor is currently **only** available for GitHub App accounts during project creation.
179+
The in-app config editor is not currently available for GitHub App pipelines, except during project creation.
180180

181181
[#account-integrations]
182182
=== Account integrations
183183

184-
Viewing menu:User settings[Account integrations] does not currently show a GitHub App integration. This page only shows GitHub OAuth app integrations.
184+
The page menu:User settings[Account integrations] does not currently list the GitHub App integration, even though your account may be correctly connected. This page only shows GitHub OAuth app integrations.
185185

186186
[#build-forked-pull-requests]
187187
=== Build forked pull requests
@@ -196,12 +196,12 @@ Passing secrets to forked pull requests is not currently supported for GitHub Ap
196196
[#stop-building]
197197
=== Stop building
198198

199-
GitHub App integrations do not currently support the **Stop Building** option that can normally be found in **Project settings**. However, the same functionality can be achieved by deleting (or disabling) all triggers associated with existing pipelines, from menu:Project Settings[Project setup].
199+
Projecs in organizations with `/circleci/` in the URL do not have the **Stop Building** option that can normally be found in **Project settings**. However, the same functionality can be achieved by deleting (or disabling) all triggers associated with existing pipelines, from menu:Project Settings[Project setup].
200200

201201
[#additional-ssh-keys-only]
202202
=== Additional SSH keys only
203203

204-
Deploy keys and user keys are not used by GitHub App integrations. All keys are stored in menu:Project Settings[ Additional SSH Keys]. If you are looking to set up an SSH key to check out code from additional repositories in GitHub, see xref:add-ssh-key.adoc#steps-to-add-additional-ssh-keys[Add additional SSH keys].
204+
Deploy keys and user keys are not used in projects with `/circleci/` in the URL. Instead, all keys are stored in menu:Project Settings[ Additional SSH Keys]. If you are looking to set up an SSH key to check out code from additional repositories in GitHub, see xref:add-ssh-key.adoc#steps-to-add-additional-ssh-keys[Add additional SSH keys].
205205

206206
[#outbound-webhooks]
207207
=== Outbound webhooks
@@ -210,7 +210,7 @@ While outbound webhooks *are* available for GitHub App pipelines, their payload
210210
[#test-insights]
211211
=== Test Insights
212212

213-
xref:insights:insights-tests.adoc[Test Insights] is currently not supported for orgs authenticated with the CircleCI GitHub App. Test Insights is available for GitHub OAuth authenticated orgs that have GitHub App pipelines set up.
213+
xref:insights:insights-tests.adoc[Test Insights] is currently not supported for orgs with `/circleci/` in the URL. Test Insights is available for GitHub OAuth authenticated orgs that have GitHub App pipelines set up.
214214

215215
[#next-steps]
216216
== Next steps

0 commit comments

Comments
 (0)