GitHub App を作成する→
You can create and register a GitHub App under your personal account or under any organization you have administrative access to.
GitHub Appの権限の設定→
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.
GitHub App のユーザの特定と認可→
Your GitHub App can perform actions on behalf of a user, like creating an issue, creating a deployment, and using other supported endpoints.
GitHub Appのレート制限→
Rate limits for GitHub Apps help control the rate of traffic.
マニフェストから GitHub App を作成する→
GitHub App Manifest は、アプリケーションを個人のリポジトリで使いたい人と共有できる、構成済みの GitHub App です。 マニフェストフローにより、ユーザはアプリケーションを登録したり、ホストされたアプリケーションコードに登録を接続したりすることなく、GitHub App の拡張を素早く作成、インストール、開始できるようになります。
URL パラメータを使用して GitHub App を作成する→
新しい GitHub App の構成を迅速に設定するため、URL [クエリパラメータ] (https://en.wikipedia.org/wiki/Query_string) を使用して新しい GitHub App の設定を事前設定できます。
GitHub App のカスタムバッジを作成する→
You can replace the default badge on your GitHub App by uploading your own logo image and customizing the background.