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
|Commit statuses|Read-only|Allows the GitHub app to read and update commit statuses, indicating whether a commit has passed checks (e.g., CI/CD pipelines).|
68
+
|Contents|Read and write|Grants access to read and modify repository contents, including reading files, creating commits, and updating files.|
69
+
|Issues|Read and write|Enables reading, creating, updating, closing, and commenting on issues within the repository.|
70
+
|Merge queues|Read-only|Allows interaction with merge queues to manage the order of pull request merges.|
71
+
|Metadata|Read-only|Provides read-only access to repository metadata, such as its name, description, and visibility.|
72
+
|Pull requests|Read and write|Allows reading, creating, updating, merging, and commenting on pull requests.|
@@ -87,7 +96,7 @@ To configure GitHub integration, you'll need to create a GitHub App within your
87
96
|Push|Activates when new commits are pushed to a repository. Useful for tracking code updates and changes.|
88
97
|Rsepository sub issues|Tracks issues within a repository that are linked to or managed by another issue. Ensures accurate synchronization of related issues.|
89
98
90
-
3. Click the **Create Github App** button.
99
+
3. Click the **Create GitHub App** button at the bottom of the page.
91
100
92
101
## Configure Plane instance
93
102
@@ -97,18 +106,22 @@ To configure GitHub integration, you'll need to create a GitHub App within your
97
106
98
107
3. In the **General** tab, under the **Client secrets** section, click **Generate a new client secret**.
0 commit comments