Skip to content

Commit b60d4b9

Browse files
yaningoBeFunes
andauthored
Fixing list formatting (#9279)
* Adding warning about potential duplicate builds * Applying correct style * Adding note suggested by PM * Add note about action being reversible * Fixing linting errors * Fixing formatting --------- Co-authored-by: Benedetta Dal Canton <[email protected]>
1 parent 5237d3a commit b60d4b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jekyll/_cci2/github-integration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Key functionality enabled through the GitHub App integration includes the follow
330330

331331
[CAUTION]
332332
====
333-
Having both a GitHub App trigger *and* a GitHub OAuth trigger configured in the same project could result in duplicate builds. To prevent this behavior, make sure to disable the GitHub OAuth trigger. To do so, follow these steps:
333+
Having both a GitHub App trigger *and* a GitHub OAuth trigger configured in the same project could result in duplicate builds. You can prevent this behavior by disabling the GitHub OAuth trigger. To do so, follow these steps:
334334
335335
. Navigate to the GitHub repository associated with the project.
336336
. Go to menu:Settings[Webhooks].
@@ -339,6 +339,7 @@ Having both a GitHub App trigger *and* a GitHub OAuth trigger configured in the
339339
_Note: Deleting the OAuth webhook will prevent the xref:variables/#built-in-environment-variables[built-in environment variable] `CIRCLE_PULL_REQUEST` from being populated in all pipelines. We are working on getting this side effect resolved in the near future._
340340
341341
This action is reversible. To re-enable the OAuth trigger, follow these steps:
342+
342343
. Go to menu:Project Settings[Overview]
343344
. Select "Stop building" at the bottom of the page
344345
. Then, select "Follow". This will create a new CircleCI webhook in your repository.

0 commit comments

Comments
 (0)