Skip to content

Commit b4437ba

Browse files
committed
fix more lint errors
1 parent af7d47d commit b4437ba

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/guides/modules/integration/pages/using-the-circleci-github-app-in-an-oauth-org.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,17 @@ Installing the CircleCI GitHub App is a one-time action that enables all new fea
165165
If you run into issues while installing the CircleCI GitHub App, submit a request through link:https://forms.gle/p8k51xYmG1U5HjsF7[this form]. A member of our team will be in touch promptly.
166166

167167
****
168-
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 deleting the GitHub trigger associate with the GitHub OAuth pipeline, in menu:Project settings[Project setup]. This trigger can be re-created easily by selecting "click here" at the bottom of the GitHub OAuth pipeline card.
168+
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 deleting the GitHub trigger associate with the GitHub OAuth pipeline, in menu:Project settings[Project setup]. This trigger can be re-created by selecting btn:[click here] at the bottom of the GitHub OAuth pipeline card.
169169
****
170170

171-
=== Authorization steps
171+
=== Authorization steps
172+
173+
Once the GitHub App is installed, each user must link:https://github.com/settings/apps/authorizations[authorize] the CircleCI App by clicking on the btn:[Authorize] button displayed on the web app top bar for unauthorized users.
172174

173-
Once the GitHub App is installed, each user should link:https://github.com/settings/apps/authorizations[authorize] the CircleCI App by clicking on the btn:[Authorize] button that is displayed on the web app navbar for unauthorized users.
174175
Authorizing the GitHub App ensures that users can:
175176

176177
* Trigger pipelines xref:orchestrate:triggers-overview.adoc#run-a-pipeline-from-the-circleci-web-app[from the CircleCI web app].
177-
* Run builds, if the flag xref:plans-pricing:prevent-unregistered-users-from-spending-credits.adoc[Prevent unregistered user spend] is set to "On".
178+
* Run builds, if the flag xref:plans-pricing:prevent-unregistered-users-from-spending-credits.adoc[Prevent unregistered user spend] is set to *On*.
178179
* Run builds, if they require access to xref:security:contexts.adoc[contexts].
179180

180181
If you run into an issue while attempting to authorize, submit a request through link:https://forms.gle/f33wxNcZzZURYjDh8[this form]. A member of our team will be in touch promptly.
@@ -189,7 +190,7 @@ Dual integration provides the following benefits:
189190
** A *more flexible trigger system*, with each pipeline having any number of VCS or non-VCS triggers. This includes:
190191
*** *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.
191192
*** *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+
*** *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.
193194
* Gradual migration path for complex projects
194195
* New trigger options without disrupting current pipelines
195196

0 commit comments

Comments
 (0)