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
Copy file name to clipboardExpand all lines: docs/guides/modules/integration/pages/using-the-circleci-github-app-in-an-oauth-org.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,12 +184,12 @@ If you run into an issue while attempting to authorize, submit a request through
184
184
Dual integration provides the following benefits:
185
185
186
186
* Access to new GitHub App features while maintaining existing OAuth pipelines. Key functionality enabled through the GitHub App integration includes the following:
187
-
** The option to have **multiple pipelines in the same project**, each defined in its own YAML file.
188
-
** The possibility to set up your pipelines so that the **config file and the application code are stored in different repositories**. Refer to the link:https://circleci.com/changelog/unlocking-any-cross-repo-pipeline-and-trigger-setups-including-central/[changelog entry] for more information.
189
-
** A **more flexible trigger system**, with each pipeline having any number of VCS or non-VCS triggers. This includes:
190
-
*** **Non-repo based triggers**: xref:orchestrate:custom-webhooks.adoc[Custom webhooks] enable triggering builds from any system that can emit webhook events. Refer to our link:https://discuss.circleci.com/t/product-update-trigger-pipelines-from-anywhere-custom-webhooks/49864[community forum] for an example and known limitations.
191
-
*** **Cross-repo triggers**: Events in one repository can trigger builds on one or many other repositories.
192
-
*** **More GitHub events as triggers**: Pipelines can be set up to run on events other than "push", including pull request events, with more powerful customization of trigger conditions. For full details, see the xref:orchestrate:github-trigger-event-options.adoc[GitHub trigger event options] page.
187
+
** The option to have *multiple pipelines in the same project*, each defined in its own YAML file.
188
+
** The possibility to set up your pipelines so that the *config file and the application code are stored in different repositories*. Refer to the link:https://circleci.com/changelog/unlocking-any-cross-repo-pipeline-and-trigger-setups-including-central/[changelog entry] for more information.
189
+
** A *more flexible trigger system*, with each pipeline having any number of VCS or non-VCS triggers. This includes:
190
+
*** *Non-repo based triggers*: xref:orchestrate:custom-webhooks.adoc[Custom webhooks] enable triggering builds from any system that can emit webhook events. Refer to our link:https://discuss.circleci.com/t/product-update-trigger-pipelines-from-anywhere-custom-webhooks/49864[community forum] for an example and known limitations.
191
+
*** *Cross-repo triggers*: Events in one repository can trigger builds on one or many other repositories.
192
+
*** *More GitHub events as triggers*: Pipelines can be set up to run on events other than "push", including pull request events, with more powerful customization of trigger conditions. For full details, see the xref:orchestrate:github-trigger-event-options.adoc[GitHub trigger event options] page.
193
193
* Gradual migration path for complex projects
194
194
* New trigger options without disrupting current pipelines
0 commit comments