Skip to content

Commit b4c2d85

Browse files
pluehnejc-clark
andauthored
Fix limit of owned GitHub Apps on GHES (#37127)
Co-authored-by: jc-clark <jc-clark@github.com>
1 parent a4768e2 commit b4c2d85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/apps/creating-github-apps/setting-up-a-github-app/about-creating-github-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ topics:
2121

2222
## About {% data variables.product.prodname_github_apps %}
2323

24-
A {% data variables.product.prodname_github_app %} is a type of integration that you can build to interact with and extend the functionality of {% data variables.product.company_short %}. You can build a {% data variables.product.prodname_github_app %} to provide flexibility and reduce friction in your processes, without needing to sign in a user or create a service account.
24+
A {% data variables.product.prodname_github_app %} is a type of integration that you can build to interact with and extend the functionality of {% data variables.product.company_short %}. You can build a {% data variables.product.prodname_github_app %} to provide flexibility and reduce friction in your processes, without needing to sign in a user or create a service account.
2525

2626
Common use cases for {% data variables.product.prodname_github_apps %} include:
2727
- Automating tasks or background processes
@@ -31,7 +31,7 @@ Common use cases for {% data variables.product.prodname_github_apps %} include:
3131

3232
{% data variables.product.prodname_github_apps %} are independent actors within {% data variables.product.prodname_dotcom %}. A {% data variables.product.prodname_github_app %} acts on its own behalf, which means that you don't need to maintain a bot or service account as a separate user. They can also authenticate as a user and act on the user's behalf, using the permissions granted to it.
3333

34-
A user or organization can own up to 100 {% data variables.product.prodname_github_apps %}, but there is no limit to how many can be installed on an account.
34+
{% data reusables.apps.maximum-github-apps-allowed %}
3535

3636
If you want your app to respond to events on {% data variables.product.prodname_dotcom %}, your app should subscribe to webhooks. For example, you may want your app to leave a comment when a pull request is opened. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/using-webhooks-with-github-apps)."
3737

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% ifversion fpt or ghec %}A user or organization can own up to 100 GitHub Apps.{% endif %}
1+
{% ifversion fpt or ghec %}A user or organization can own up to 100 {% data variables.product.prodname_github_apps %}, but there is no limit to how many can be installed on an account.{% endif %}

0 commit comments

Comments
 (0)