Skip to content

Commit

Permalink
Merge pull request #546 from linear-b/minor-improvments-to-gh-server
Browse files Browse the repository at this point in the history
Consistency in Bullet Points
  • Loading branch information
vim-zz committed Jul 1, 2024
2 parents 5d5076b + d2b5484 commit c743bc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/custom-github-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Keep this window open and complete the next steps in GitHub. Once you have the *

Any GitHub account can own the app, but we recommend creating it under the organization account of the team who will maintain the gitStream installation.

- Log in to [GitHub](https://github.com/) and go to your organization account page (e.g., `https://github.com/<organization account name>`).
- Click on *Settings -> Developer Settings -> GitHub Apps -> New GitHub App* as shown below.
- Log in to [GitHub](https://github.com/) and go to your organization account page (e.g., `https://github.com/<organization account name>`)
- Click on *Settings -> Developer Settings -> GitHub Apps -> New GitHub App* as shown below
- Or go directly to `https://github.com/organizations/<organization account name>/settings/apps/new`

![GitHub App Creation](screenshots/create-new-github-app.png)
Expand All @@ -46,9 +46,9 @@ Fill in the app information as shown in the screenshot below. For URLs, replace

!!! Warning

1. Do not forget trailing slashes for the URLs.
2. Do not forget to disable the "Expire user authorization tokens" checkbox.
3. The GitHub App name must contain `gitstream` in lower case.
1. Do not forget trailing slashes for the URLs
2. Do not forget to disable the "Expire user authorization tokens" checkbox
3. The GitHub App name must contain `gitstream` in lower case

!!! Tip
Use the following texts:
Expand Down Expand Up @@ -91,7 +91,7 @@ You need to enable these under the permissions section as shown below:

## 5. Webhook Events and Scope

* Subscribe to events so gitStream is notified when a PR is created, changed, or commented on, etc.
* Subscribe to events so gitStream is notified when a PR is created, changed, or commented on, etc

![Permissions Setup 5](screenshots/create-new-github-app-setup-permissions-5.png)
![Permissions Setup 6](screenshots/create-new-github-app-setup-permissions-6.png)
Expand Down

0 comments on commit c743bc8

Please sign in to comment.