GitHub App を作成する→
You can create and register a GitHub App under your personal account or under any organization you have administrative access to.
Setting permissions for GitHub Apps→
When you create a GitHub App, you set the permissions that define the resources the app can access via the REST API.
GitHub App による認証→
You can authenticate as a GitHub App or as an installation.
Identifying and authorizing users for GitHub Apps→
Your GitHub App can perform actions on behalf of a user, like creating an issue, creating a deployment, and using other supported endpoints.
Rate limits for GitHub Apps→
Rate limits for GitHub Apps help control the rate of traffic.
Refreshing user-to-server access tokens→
To enforce regular token rotation and reduce the impact of a compromised token, you can configure your GitHub App to use expiring user access tokens.
マニフェストから GitHub App を作成する→
GitHub App マニフェストは、アプリケーションを個人のリポジトリで使いたい人と共有できる、事前設定された GitHub App です。 マニフェストフローにより、ユーザはアプリケーションを登録したり、ホストされたアプリケーションコードに登録を接続したりすることなく、GitHub App の拡張を素早く作成、インストール、開始できるようになります。
Creating a GitHub App using URL parameters→
You can preselect the settings of a new GitHub App using URL query parameters to quickly set up the new GitHub App's configuration.
GitHub App のカスタムバッジを作成する→
You can replace the default badge on your GitHub App by uploading your own logo image and customizing the background.