Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit6c132c1

Browse files
committed
Improve formatting and organization of GitHub App configuration instructions
1 parentaf54001 commit6c132c1

File tree

1 file changed

+33
-36
lines changed

1 file changed

+33
-36
lines changed

‎docs/platforms/github-enterprise-server.md‎

Lines changed: 33 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -75,45 +75,42 @@ steps below to
7575
[create a GitHub App](https://docs.github.com/en/enterprise-server@latest/apps/creating-github-apps/registering-a-github-app/registering-a-github-app):
7676

7777
1. Sign in to your GitHub Enterprise account.
78-
2. In the upper-right corner of any page, click your profile photo, then click
79-
**Settings**.
78+
2. In the upper-right corner of any page, click your profile photo, then click**Settings**.
8079
3. In the left sidebar, click**Developer settings** >**GitHub Apps**
8180
4. Click**New GitHub App**.
8281
5. Set the following fields:
83-
84-
-**GitHub App name**:`CodeRabbit`
85-
-**Description**:`GitHub App for CodeRabbit`
86-
-**Homepage URL**:`https://coderabbit.ai`
87-
-**Callback URL**:`https://app.coderabbit.ai/login`
88-
-**Request user authorization (OAuth) during installation**:`true`
89-
-**Webhook Active**:`true`
90-
-**Webhook URL**:`https://app.coderabbit.ai/githubHandler`
91-
-**Webhook secret**: Use a secure string and keep it handy.
92-
-**Permissions**:
93-
-*Repository permissions*:
94-
- Actions: Read-only
95-
- Checks: Read-only
96-
- Contents: Read and write
97-
- Commit statuses: Read and write
98-
- Discussions: Read-only
99-
- Issues: Read and write
100-
- Metadata: Read-only
101-
- Pull requests: Read and write
102-
-*Organization permissions*:
103-
- Members: Read-only
104-
-**Events**:
105-
- Meta
106-
- Issue comment
107-
- Issues
108-
- Label
109-
- Public
110-
- Pull request
111-
- Pull request review
112-
- Pull request review comment
113-
- Pull request review thread
114-
- Push
115-
- Release
116-
82+
-**GitHub App name**:`CodeRabbit`
83+
-**Description**:`GitHub App for CodeRabbit`
84+
-**Homepage URL**:`https://coderabbit.ai`
85+
-**Callback URL**:`https://app.coderabbit.ai/login`
86+
-**Request user authorization (OAuth) during installation**:`true`
87+
-**Webhook Active**:`true`
88+
-**Webhook URL**:`https://app.coderabbit.ai/githubHandler`
89+
-**Webhook secret**: Use a secure string and keep it handy.
90+
-**Permissions**:
91+
-**Repository permissions**:
92+
-**Actions**: Read-only
93+
-**Checks**: Read-only
94+
-**Contents**: Read and write
95+
-**Commit statuses**: Read and write
96+
-**Discussions**: Read-only
97+
-**Issues**: Read and write
98+
-**Metadata**: Read-only
99+
-**Pull requests**: Read and write
100+
-**Organization permissions**:
101+
-**Members**: Read-only
102+
-**Events**:
103+
- Meta
104+
- Issue comment
105+
- Issues
106+
- Label
107+
- Public
108+
- Pull request
109+
- Pull request review
110+
- Pull request review comment
111+
- Pull request review thread
112+
- Push
113+
- Release
117114
6. Click**Create GitHub App**.
118115

119116
Once the GitHub App has been created, click on**Generate a new client secret**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp