Skip to content

Commit e25be3e

Browse files
authored
Merge branch 'main' into change-block-usersetting
2 parents 19b1ae0 + 3d87d03 commit e25be3e

86 files changed

Lines changed: 473 additions & 278 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/billing/index.md

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,46 @@
11
---
2-
title: Billing and payments for GitHub
2+
title: Billing and payments on GitHub
33
shortTitle: Billing and payments
4-
intro: '{% ifversion fpt %}{% data variables.product.product_name %} offers free and paid products for every account. You can upgrade, downgrade, and view pending changes to your account''s subscription at any time.{% elsif ghec or ghes or ghae %}{% data variables.product.company_short %} bills for your enterprise members'' {% ifversion ghec or ghae %}usage of {% data variables.product.product_name %}{% elsif ghes %} licence seats for {% data variables.product.product_name %}{% ifversion ghes > 3.0 %} and any additional services that you purchase{% endif %}{% endif %}.{% endif %}'
4+
intro: '{% ifversion fpt %}{% data variables.product.product_name %} offers free and paid products for every account. You can upgrade or downgrade your account''s subscription and manage your billing settings at any time.{% elsif ghec or ghes or ghae %}{% data variables.product.company_short %} bills for your enterprise members'' {% ifversion ghec or ghae %}usage of {% data variables.product.product_name %}{% elsif ghes %} licence seats for {% data variables.product.product_name %}{% ifversion ghes > 3.0 %} and any additional services that you purchase{% endif %}{% endif %}. {% endif %}{% ifversion ghec %} You can view your subscription and manage your billing settings at any time. {% endif %}{% ifversion fpt or ghec %} You can also view usage and manage spending limits for {% data variables.product.product_name %} features such as {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_codespaces %}.{% endif %}'
55
redirect_from:
66
- /github/setting-up-and-managing-billing-and-payments-on-github
77
- /categories/setting-up-and-managing-billing-and-payments-on-github
8+
introLinks:
9+
overview: '{% ifversion fpt or ghec %}/billing/managing-your-github-billing-settings/about-billing-on-github{% elsif ghes%}/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise{% endif %}'
10+
featuredLinks:
11+
guides:
12+
- '{% ifversion fpt or ghec %}/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method{% endif %}'
13+
- '{% ifversion fpt %}/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription{% endif %}'
14+
- '{% ifversion ghec %}/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise{% endif %}'
15+
- '{% ifversion fpt or ghec %}/billing/managing-your-github-billing-settings/setting-your-billing-email{% endif %}'
16+
- '{% ifversion fpt or ghec %}/billing/managing-billing-for-your-github-account/about-per-user-pricing{% endif %}'
17+
- '{% ifversion ghes %}/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account{% endif %}'
18+
- '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise{% endif %}'
19+
- '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise{% endif %}'
20+
- '{% ifversion ghae %}/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise{% endif %}'
21+
popular:
22+
- '{% ifversion ghec %}/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account{% endif %}'
23+
- '{% ifversion fpt or ghec %}/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription{% endif %}'
24+
- '{% ifversion fpt or ghec %}/billing/managing-billing-for-github-actions/about-billing-for-github-actions{% endif %}'
25+
- '{% ifversion fpt or ghec %}/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces{% endif %}'
26+
- '{% ifversion ghes %}/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security{% endif %}'
27+
- '{% ifversion ghes %}/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage{% endif %}'
28+
- '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server{% endif %}'
29+
- '{% ifversion ghae %}/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise{% endif %}'
30+
guideCards:
31+
- /billing/managing-your-github-billing-settings/removing-a-payment-method
32+
- /billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process
33+
- /billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage
34+
- '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise{% endif %}'
35+
- '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud{% endif %}'
36+
layout: product-landing
837
versions:
938
fpt: '*'
10-
ghec: '*'
1139
ghes: '*'
1240
ghae: '*'
41+
ghec: '*'
42+
topics:
43+
- Billing
1344
children:
1445
- /managing-your-github-billing-settings
1546
- /managing-billing-for-your-github-account
@@ -23,5 +54,4 @@ children:
2354
- /managing-billing-for-github-marketplace-apps
2455
- /managing-billing-for-git-large-file-storage
2556
- /setting-up-paid-organizations-for-procurement-companies
26-
---
27-
57+
---

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21460,6 +21460,11 @@ type Organization implements Actor & MemberStatusable & Node & ProfileOwner & Pr
2146021460
Find Repository.
2146121461
"""
2146221462
repository(
21463+
"""
21464+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
21465+
"""
21466+
followRenames: Boolean = true
21467+
2146321468
"""
2146421469
Name of Repository to find.
2146521470
"""
@@ -26690,6 +26695,11 @@ type Query {
2669026695
Lookup a given repository by the owner and repository name.
2669126696
"""
2669226697
repository(
26698+
"""
26699+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
26700+
"""
26701+
followRenames: Boolean = true
26702+
2669326703
"""
2669426704
The name of the repository
2669526705
"""
@@ -32798,6 +32808,11 @@ interface RepositoryOwner {
3279832808
Find Repository.
3279932809
"""
3280032810
repository(
32811+
"""
32812+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
32813+
"""
32814+
followRenames: Boolean = true
32815+
3280132816
"""
3280232817
Name of Repository to find.
3280332818
"""
@@ -40580,6 +40595,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc
4058040595
Find Repository.
4058140596
"""
4058240597
repository(
40598+
"""
40599+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
40600+
"""
40601+
followRenames: Boolean = true
40602+
4058340603
"""
4058440604
Name of Repository to find.
4058540605
"""

data/graphql/ghec/schema.docs.graphql

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23303,6 +23303,11 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2330323303
Find Repository.
2330423304
"""
2330523305
repository(
23306+
"""
23307+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
23308+
"""
23309+
followRenames: Boolean = true
23310+
2330623311
"""
2330723312
Name of Repository to find.
2330823313
"""
@@ -26181,7 +26186,7 @@ type ProjectEdge {
2618126186
}
2618226187

2618326188
"""
26184-
New projects that manage issues, pull requests and drafts with tables and.
26189+
New projects that manage issues, pull requests and drafts using tables and boards.
2618526190
"""
2618626191
type ProjectNext implements Closable & Node & Updatable {
2618726192
"""
@@ -26418,7 +26423,7 @@ type ProjectNextFieldEdge {
2641826423
}
2641926424

2642026425
"""
26421-
An item in a Memex project.
26426+
An item within a new Project.
2642226427
"""
2642326428
type ProjectNextItem implements Node {
2642426429
"""
@@ -26529,7 +26534,7 @@ type ProjectNextItemEdge {
2652926534
}
2653026535

2653126536
"""
26532-
An value of a field in an item of Memex project.
26537+
An value of a field in an item of a new Project.
2653326538
"""
2653426539
type ProjectNextItemFieldValue implements Node {
2653526540
"""
@@ -29873,6 +29878,11 @@ type Query {
2987329878
Lookup a given repository by the owner and repository name.
2987429879
"""
2987529880
repository(
29881+
"""
29882+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
29883+
"""
29884+
followRenames: Boolean = true
29885+
2987629886
"""
2987729887
The name of the repository
2987829888
"""
@@ -36384,6 +36394,11 @@ interface RepositoryOwner {
3638436394
Find Repository.
3638536395
"""
3638636396
repository(
36397+
"""
36398+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
36399+
"""
36400+
followRenames: Boolean = true
36401+
3638736402
"""
3638836403
Name of Repository to find.
3638936404
"""
@@ -45888,6 +45903,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectNextOwn
4588845903
Find Repository.
4588945904
"""
4589045905
repository(
45906+
"""
45907+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
45908+
"""
45909+
followRenames: Boolean = true
45910+
4589145911
"""
4589245912
Name of Repository to find.
4589345913
"""

data/graphql/schema.docs.graphql

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23303,6 +23303,11 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2330323303
Find Repository.
2330423304
"""
2330523305
repository(
23306+
"""
23307+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
23308+
"""
23309+
followRenames: Boolean = true
23310+
2330623311
"""
2330723312
Name of Repository to find.
2330823313
"""
@@ -26181,7 +26186,7 @@ type ProjectEdge {
2618126186
}
2618226187

2618326188
"""
26184-
New projects that manage issues, pull requests and drafts with tables and.
26189+
New projects that manage issues, pull requests and drafts using tables and boards.
2618526190
"""
2618626191
type ProjectNext implements Closable & Node & Updatable {
2618726192
"""
@@ -26418,7 +26423,7 @@ type ProjectNextFieldEdge {
2641826423
}
2641926424

2642026425
"""
26421-
An item in a Memex project.
26426+
An item within a new Project.
2642226427
"""
2642326428
type ProjectNextItem implements Node {
2642426429
"""
@@ -26529,7 +26534,7 @@ type ProjectNextItemEdge {
2652926534
}
2653026535

2653126536
"""
26532-
An value of a field in an item of Memex project.
26537+
An value of a field in an item of a new Project.
2653326538
"""
2653426539
type ProjectNextItemFieldValue implements Node {
2653526540
"""
@@ -29873,6 +29878,11 @@ type Query {
2987329878
Lookup a given repository by the owner and repository name.
2987429879
"""
2987529880
repository(
29881+
"""
29882+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
29883+
"""
29884+
followRenames: Boolean = true
29885+
2987629886
"""
2987729887
The name of the repository
2987829888
"""
@@ -36384,6 +36394,11 @@ interface RepositoryOwner {
3638436394
Find Repository.
3638536395
"""
3638636396
repository(
36397+
"""
36398+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
36399+
"""
36400+
followRenames: Boolean = true
36401+
3638736402
"""
3638836403
Name of Repository to find.
3638936404
"""
@@ -45888,6 +45903,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectNextOwn
4588845903
Find Repository.
4588945904
"""
4589045905
repository(
45906+
"""
45907+
Follow repository renames. If disabled, a repository referenced by its old name will return an error.
45908+
"""
45909+
followRenames: Boolean = true
45910+
4589145911
"""
4589245912
Name of Repository to find.
4589345913
"""

data/release-notes/enterprise-server/3-3/0-rc1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sections:
5454
- '{% data variables.product.prodname_ghe_server %} 3.3 includes improvements to the maintenance of repositories, especially for repositories that contain many unreachable objects. Note that the first maintenance cycle after upgrading to {% data variables.product.prodname_ghe_server %} 3.3 may take longer than usual to complete.'
5555

5656
# https://github.com/github/releases/issues/1533
57-
- '{% data variables.product.prodname_ghe_server %} 3.3 includes a repository cache for geographically-distributed teams and CI infrastructure. The repository cache keeps a read-only copy of your repositories available in additional geographies, which prevents clients from downloading duplicate Git content from your primary instance. For more information, see "[About repository caching](/admin/enterprise-management/caching-repositories/about-repository-caching)."'
57+
- '{% data variables.product.prodname_ghe_server %} 3.3 includes the public beta of a repository cache for geographically-distributed teams and CI infrastructure. The repository cache keeps a read-only copy of your repositories available in additional geographies, which prevents clients from downloading duplicate Git content from your primary instance. For more information, see "[About repository caching](/admin/enterprise-management/caching-repositories/about-repository-caching)."'
5858

5959
# https://github.com/github/releases/issues/1616
6060
- '{% data variables.product.prodname_ghe_server %} 3.3 includes improvements to the user impersonation process. An impersonation session now requires a justification for the impersonation, actions are recorded in the audit log as being performed as an impersonated user, and the user who is impersonated will receive an email notification that they have been impersonated by an enterprise administrator. For more information, see "[Impersonating a user](/enterprise-server@3.3/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user)."'

0 commit comments

Comments
 (0)