From 6f72dbf81d803d42fd0d02a12a6f83528211e818 Mon Sep 17 00:00:00 2001 From: laureenmaCCI <92045336+laureenmaCCI@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:22:51 -0800 Subject: [PATCH] Update github-apps-integration.adoc (#9067) --- jekyll/_cci2/github-apps-integration.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/jekyll/_cci2/github-apps-integration.adoc b/jekyll/_cci2/github-apps-integration.adoc index 1f7192c6218..ee5129758a3 100644 --- a/jekyll/_cci2/github-apps-integration.adoc +++ b/jekyll/_cci2/github-apps-integration.adoc @@ -68,7 +68,8 @@ image::{{site.baseurl}}/assets/img/docs/gl-ga/gitlab-ga-successful-pipeline.png[ ==== Editing an existing CircleCI configuration within the web app is not currently available. All further changes to the configuration should be made in your GitHub repository. Committing further changes in your repository will automatically trigger a pipeline. -Manually triggering a pipeline from the CircleCI web app is not available at this time. +If you would like to manually trigger a pipeline from the CircleCI web app, see the link:https://circleci.com/docs/triggers-overview/#run-a-pipeline-from-the-circleci-web-app[Triggers page]. + ==== [#project-settings] @@ -179,10 +180,6 @@ If one of these pieces of functionality is especially critical to you, link:http The following sections are features of CircleCI which are not currently supported. These features are planned for future releases. -[#manual-trigger-pipeline-option] -=== Manual trigger pipeline option -The ability to manually trigger a pipeline from the web app is not currently supported for GitHub App projects. - [#restrict-a-context-to-a-security-group] === Restrict a context to a security group The ability to xref:contexts#security-goup-restrictions[restrict a context to a security group] is not supported for GitHub App projects. @@ -196,7 +193,7 @@ The in-app config editor is currently **only** available for GitHub App accounts You cannot currently manage the connection with GitHub outside of the project setup, trigger, and configuration settings. CircleCI is working on enabling users to manage their users’ GitHub identity as part of their user profile's account integration settings. -[#scheudled-pipelines] +[#scheduled-pipelines] === Scheduled pipelines The ability to xref:scheduled-pipelines#[schedule pipelines] is not currently supported for GitHub App projects. This feature is planned for a future release. One alternative is to use a xref:webhooks/#custom-webhooks[custom webhook] to generate a URL that you `curl` with a 3rd party scheduling tool.