Change "profile photo" to "profile picture" (#56571)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -40,7 +40,7 @@ Once you authorize a {% data variables.product.prodname_github_app %}, the app c
|
||||
|
||||
The {% data variables.product.prodname_github_app %} can only do things that both you and the app have permission to do. For example, if you have write access to a repository but the {% data variables.product.prodname_github_app %} only has read access, then the app can only read the contents of the repository even when it is acting on your behalf. Similarly, if you have access to repositories `A` and `B`, and the {% data variables.product.prodname_github_app %} has access to repositories `B` and `C`, then the app can only access repository `B` when acting on your behalf. For more information about the permissions granted to a {% data variables.product.prodname_github_app %}, see [Difference between authorization and installation](#difference-between-authorization-and-installation).
|
||||
|
||||
When an app acts on your behalf, it will attribute the activity to you in conjunction with the app. For example, if the app posts a comment on your behalf, the {% data variables.product.company_short %} UI will show your avatar photo along with the app's identicon badge as the author of the issue.
|
||||
When an app acts on your behalf, it will attribute the activity to you in conjunction with the app. For example, if the app posts a comment on your behalf, the {% data variables.product.company_short %} UI will show your profile picture along with the app's identicon badge as the author of the issue.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ In addition to reviewing {% data variables.product.prodname_github_apps %} that
|
||||
## Navigating to the {% data variables.product.prodname_github_app %} you want to review or modify
|
||||
|
||||
{% ifversion enterprise-installed-apps %}* For a {% data variables.product.prodname_github_app %} installed on an enterprise:
|
||||
1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile photo, then click **Your enterprises**.
|
||||
1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile picture, then click **Your enterprises**.
|
||||
1. Next to your enterprise name, click **Settings**.
|
||||
1. In the top navigation bar, click **Settings**.
|
||||
1. In the side bar, click **GitHub Apps**. A list of the {% data variables.product.prodname_github_apps %} owned by your enterprise will be displayed.
|
||||
@@ -29,13 +29,13 @@ In addition to reviewing {% data variables.product.prodname_github_apps %} that
|
||||
1. Next to the {% data variables.product.prodname_github_app %} you want to review or modify, click **Configure**.{% endif %}
|
||||
|
||||
* For a {% data variables.product.prodname_github_app %} installed on an organization:
|
||||
1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile photo, then click **Your organizations**.
|
||||
1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile picture, then click **Your organizations**.
|
||||
1. Next to your organization name, click **Settings**.
|
||||
1. In the side bar, under "Third-party Access," click **GitHub Apps**. A list of the {% data variables.product.prodname_github_apps %} installed on your organization will be displayed.
|
||||
1. Next to the {% data variables.product.prodname_github_app %} you want to review or modify, click **Configure**.
|
||||
|
||||
* For a {% data variables.product.prodname_github_app %} installed on your personal account:
|
||||
1. In the upper-right corner of any page, click your profile photo, then click **Settings**.
|
||||
1. In the upper-right corner of any page, click your profile picture, then click **Settings**.
|
||||
1. Under "Integrations," click **Applications**.
|
||||
1. Click **Installed GitHub Apps**. A list of the {% data variables.product.prodname_github_apps %} installed on your personal account will be displayed.
|
||||
1. Next to the {% data variables.product.prodname_github_app %} you want to review or modify, click **Configure**.
|
||||
|
||||
Reference in New Issue
Block a user