Skip to content

Commit fbed207

Browse files
authored
Merge pull request github#36282 from github/repo-sync
Repo sync
2 parents 7756ac4 + d56f485 commit fbed207

File tree

49 files changed

+278
-122
lines changed

Some content is hidden

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

49 files changed

+278
-122
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"remoteUser": "node",
6565

6666
"hostRequirements": {
67-
"memory": "8gb"
67+
"memory": "32gb"
6868
}
6969
}
39.8 KB
Loading
40.6 KB
Loading

config/moda/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ environments:
1111
require_pipeline: false
1212
notify_still_locked: true # Notify last person to lock this after an hour
1313
secret_environment: production
14+
required_review_tasks: []
1415
cluster_selector:
1516
profile: general
1617
region: iad
@@ -19,6 +20,7 @@ environments:
1920
require_pipeline: false
2021
notify_still_locked: true # Notify last person to lock this after an hour
2122
secret_environment: production
23+
required_review_tasks: []
2224
cluster_selector:
2325
profile: general
2426
region: iad
@@ -27,6 +29,7 @@ environments:
2729
require_pipeline: false
2830
notify_still_locked: true # Notify last person to lock this after an hour
2931
secret_environment: production
32+
required_review_tasks: []
3033
cluster_selector:
3134
profile: general
3235
region: iad

content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-code-governance.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ You can create rulesets to control how users can interact with code in repositor
2525

2626
To learn more, see [AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets).
2727

28-
## Importing prebuilt rulesets
28+
## Importing rulesets
2929

3030
To import a prebuilt ruleset created by {% data variables.product.company_short %}, see [`github/ruleset-recipes`](https://github.com/github/ruleset-recipes).
3131

32-
{% ifversion repo-rules-management %}
3332
{% data reusables.repositories.import-a-ruleset-conceptual %} For more information, see [AUTOTITLE](/organizations/managing-organization-settings/managing-rulesets-for-repositories-in-your-organization#using-ruleset-history).
34-
{% endif %}
3533

3634
## How will I define where my ruleset applies?
3735

content/billing/managing-billing-for-your-products/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ topics:
2020
- User account
2121
shortTitle: Cancel a Marketplace app
2222
---
23+
24+
{% ifversion fpt %}{% data reusables.marketplace.marketplace-app-page %}{% endif %}
25+
2326
When you cancel an app, your subscription remains active until the end of your current billing cycle. The cancellation takes effect on your next billing date. For more information, see [AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace).
2427

2528
When you cancel a free trial on a paid plan, your subscription is immediately canceled and you will lose access to the app. If you don't cancel your free trial within the trial period, the payment method on file for your account will be charged for the plan you chose at the end of the trial period. For more information, see [AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace).

content/billing/managing-billing-for-your-products/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ topics:
1919
- User account
2020
shortTitle: Downgrade billing plan
2121
---
22+
23+
{% ifversion fpt %}{% data reusables.marketplace.marketplace-app-page %}{% endif %}
24+
2225
When you downgrade an app, your subscription remains active until the end of your current billing cycle. The downgrade takes effect on your next billing date. For more information, see [AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace).
2326

2427
{% data reusables.marketplace.downgrade-marketplace-only %}

content/billing/managing-billing-for-your-products/managing-billing-for-github-marketplace-apps/upgrading-the-billing-plan-for-a-github-marketplace-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ topics:
1919
- User account
2020
shortTitle: Upgrade billing plan
2121
---
22+
23+
{% ifversion fpt %}{% data reusables.marketplace.marketplace-app-page %}{% endif %}
24+
2225
When you upgrade an app, your payment method is charged a prorated amount based on the time remaining until your next billing date. For more information, see [AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace).
2326

2427
## Upgrading an app for your personal account

content/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ topics:
3030
shortTitle: Downgrade plan
3131
---
3232

33+
{% data reusables.billing.enhanced-billing-platform-personal-accounts %}
34+
3335
## About downgrades
3436

3537
When you downgrade your personal account, organization, or enterprise account's subscription, pricing and account feature changes take effect on your next billing date. Downgrading your plan does not affect other subscriptions or usage-based billing for your account. For more information, see [AUTOTITLE](/articles/how-does-upgrading-or-downgrading-affect-the-billing-process).

content/billing/managing-the-plan-for-your-github-account/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ children:
3131
- /one-time-payments-for-customers-in-india
3232
- /discounted-plans-for-github-accounts
3333
---
34+
35+
{% ifversion fpt %}{% data reusables.billing.enhanced-billing-platform-personal-accounts %}{% endif %}

0 commit comments

Comments
 (0)