1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Update all files to use {% data %} (#15253)

* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
This commit is contained in:
Jason Etcovitch
2020-09-29 16:01:04 -04:00
committed by GitHub
parent aa5a62d49d
commit caaee7a124
14816 changed files with 100317 additions and 100247 deletions

View File

@@ -1,40 +1,40 @@
---
title: About integrations
intro: 'Integrations are tools and services that connect with {{ site.data.variables.product.product_name }} to complement and extend your workflow.'
intro: 'Integrations are tools and services that connect with {% data variables.product.product_name %} to complement and extend your workflow.'
redirect_from:
- /articles/about-integrations
versions:
free-pro-team: '*'
---
You can install integrations in your personal account or organizations you own. You can also install {{ site.data.variables.product.prodname_github_app }}s from a third-party in a specific repository where you have admin permissions or which is owned by your organization.
You can install integrations in your personal account or organizations you own. You can also install {% data variables.product.prodname_github_app %}s from a third-party in a specific repository where you have admin permissions or which is owned by your organization.
### Differences between {{ site.data.variables.product.prodname_github_app }}s and {{ site.data.variables.product.prodname_oauth_app }}s
### Differences between {% data variables.product.prodname_github_app %}s and {% data variables.product.prodname_oauth_app %}s
Integrations can be {{ site.data.variables.product.prodname_github_app }}s, {{ site.data.variables.product.prodname_oauth_app }}s, or anything that utilizes {{ site.data.variables.product.product_name }} APIs or webhooks.
Integrations can be {% data variables.product.prodname_github_app %}s, {% data variables.product.prodname_oauth_app %}s, or anything that utilizes {% data variables.product.product_name %} APIs or webhooks.
{{ site.data.variables.product.prodname_github_app }}s offer granular permissions and request access to only what the app needs. {{ site.data.variables.product.prodname_github_app }}s also offer specific user-level permissions that each user must authorize individually when an app is installed or when the integrator changes the permissions requested by the app.
{% data variables.product.prodname_github_app %}s offer granular permissions and request access to only what the app needs. {% data variables.product.prodname_github_app %}s also offer specific user-level permissions that each user must authorize individually when an app is installed or when the integrator changes the permissions requested by the app.
Дополнительные сведения см. в:
- "[Differences between {{ site.data.variables.product.prodname_github_app }}s and {{ site.data.variables.product.prodname_oauth_app }}s](/apps/differences-between-apps/)"
- "[Differences between {% data variables.product.prodname_github_app %}s and {% data variables.product.prodname_oauth_app %}s](/apps/differences-between-apps/)"
- "[About apps](/apps/about-apps/)"
- "[User-level permissions](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/#user-level-permissions)"
- "[Authorizing {{ site.data.variables.product.prodname_oauth_app }}s](/articles/authorizing-oauth-apps/)"
- "[Authorizing {% data variables.product.prodname_oauth_app %}s](/articles/authorizing-oauth-apps/)"
- "[Reviewing your authorized integrations](/articles/reviewing-your-authorized-integrations/)"
You can install a preconfigured {{ site.data.variables.product.prodname_github_app }}, if the integrators or app creators have created their app with the {{ site.data.variables.product.prodname_github_app }} manifest flow. For information about how to run your {{ site.data.variables.product.prodname_github_app }} with automated configuration, contact the integrator or app creator.
You can install a preconfigured {% data variables.product.prodname_github_app %}, if the integrators or app creators have created their app with the {% data variables.product.prodname_github_app %} manifest flow. For information about how to run your {% data variables.product.prodname_github_app %} with automated configuration, contact the integrator or app creator.
You can create a {{ site.data.variables.product.prodname_github_app }} with simplified configuration if you build your app with Probot. For more information, see the [Probot docs](https://probot.github.io/docs/) site.
You can create a {% data variables.product.prodname_github_app %} with simplified configuration if you build your app with Probot. For more information, see the [Probot docs](https://probot.github.io/docs/) site.
### Discovering integrations in {{ site.data.variables.product.prodname_marketplace }}
### Discovering integrations in {% data variables.product.prodname_marketplace %}
You can find an integration to install or publish your own integration in {{ site.data.variables.product.prodname_marketplace }}.
You can find an integration to install or publish your own integration in {% data variables.product.prodname_marketplace %}.
[{{ site.data.variables.product.prodname_marketplace }}](https://github.com/marketplace) contains {{ site.data.variables.product.prodname_github_app }}s and {{ site.data.variables.product.prodname_oauth_app }}s. For more information on finding an integration or creating your own integration, see "[About {{ site.data.variables.product.prodname_marketplace }}](/articles/about-github-marketplace)."
[{% data variables.product.prodname_marketplace %}](https://github.com/marketplace) contains {% data variables.product.prodname_github_app %}s and {% data variables.product.prodname_oauth_app %}s. For more information on finding an integration or creating your own integration, see "[About {% data variables.product.prodname_marketplace %}](/articles/about-github-marketplace)."
### Integrations purchased directly from integrators
You can also purchase some integrations directly from integrators. As an organization member, if you find a {{ site.data.variables.product.prodname_github_app }} that you'd like to use, you can request that an organization approve and install the app for the organization.
You can also purchase some integrations directly from integrators. As an organization member, if you find a {% data variables.product.prodname_github_app %} that you'd like to use, you can request that an organization approve and install the app for the organization.
If you have admin permissions for all organization-owned repositories the app is installed on, you can install {{ site.data.variables.product.prodname_github_app }}s with repository-level permissions without having to ask an organization owner to approve the app. When an integrator changes an app's permissions, if the permissions are for a repository only, organization owners and people with admin permissions to a repository with that app installed can review and accept the new permissions.
If you have admin permissions for all organization-owned repositories the app is installed on, you can install {% data variables.product.prodname_github_app %}s with repository-level permissions without having to ask an organization owner to approve the app. When an integrator changes an app's permissions, if the permissions are for a repository only, organization owners and people with admin permissions to a repository with that app installed can review and accept the new permissions.