diff --git a/content/apps/creating-github-apps/guides/using-the-github-api-in-your-app.md b/content/apps/creating-github-apps/guides/using-the-github-api-in-your-app.md index 32a51f095f..4a93c79c7a 100644 --- a/content/apps/creating-github-apps/guides/using-the-github-api-in-your-app.md +++ b/content/apps/creating-github-apps/guides/using-the-github-api-in-your-app.md @@ -186,13 +186,7 @@ end Try opening a new issue in your test repository and see what happens! If nothing happens right away, try refreshing. -You won't see much in the Terminal, _but_ you should see that a bot user has added a label to the issue. - -{% note %} - -**Note:** When GitHub Apps take actions via the API, such as adding labels, GitHub shows these actions as being performed by _bot_ accounts. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts)." - -{% endnote %} +You won't see much in the Terminal, _but_ you should see that the {% data variables.product.prodname_github_app %} has added a label to the issue. If so, congrats! You've successfully built a working app! 🎉 diff --git a/content/apps/maintaining-github-apps/modifying-a-github-app.md b/content/apps/maintaining-github-apps/modifying-a-github-app.md index 10dd1f0b88..0ea2d9725f 100644 --- a/content/apps/maintaining-github-apps/modifying-a-github-app.md +++ b/content/apps/maintaining-github-apps/modifying-a-github-app.md @@ -55,7 +55,7 @@ You can prompt users to authorize your {% data variables.product.prodname_github ## Enabling or disabling the device flow -You can use the device flow to authorize users for a headless app like a CLI tool or Git credential manager. For more information about using the device flow with {% data variables.product.prodname_github_apps %} and {% data variables.product.prodname_oauth_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app#using-the-device-flow-to-generate-a-user-access-token)" and "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#device-flow)." +You can use the device flow to authorize users for a headless app like a CLI tool or Git credential manager. For more information about using the device flow with {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app#using-the-device-flow-to-generate-a-user-access-token)." {% data reusables.apps.navigate-to-app-settings-this-article %} 1. Under "Identifying and authorizing users," select or deselect **Enable Device Flow**. diff --git a/content/apps/oauth-apps/using-oauth-apps/index.md b/content/apps/oauth-apps/using-oauth-apps/index.md index 8c70a8cb7d..bd0d63cdc6 100644 --- a/content/apps/oauth-apps/using-oauth-apps/index.md +++ b/content/apps/oauth-apps/using-oauth-apps/index.md @@ -12,7 +12,7 @@ children: - /installing-an-oauth-app-in-your-personal-account - /installing-an-oauth-app-in-your-organization - /authorizing-oauth-apps - - /reviewing-your-authorized-applications-oauth + - /reviewing-your-authorized-oauth-applications - /connecting-with-third-party-applications --- diff --git a/content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth.md b/content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-applications.md similarity index 89% rename from content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth.md rename to content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-applications.md index 5204bc6781..525a9c7ed9 100644 --- a/content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth.md +++ b/content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-applications.md @@ -1,11 +1,12 @@ --- -title: Reviewing your authorized applications (OAuth) +title: Reviewing your authorized OAuth applications intro: 'You should review your authorized applications to verify that no new applications with expansive permissions are authorized, such as those that have access to your private repositories.' redirect_from: - /articles/reviewing-your-authorized-applications-oauth - /github/authenticating-to-github/reviewing-your-authorized-applications-oauth - /github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth - /authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth + - /apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth versions: fpt: '*' ghes: '*'