Skip to content

Commit 1ee6d97

Browse files
authored
Merge pull request #37408 from github/repo-sync
Repo sync
2 parents d1aa2d0 + 410aacf commit 1ee6d97

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/viewing-push-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ For more information, see [AUTOTITLE](/repositories/viewing-activity-and-data-fo
4444
1. In the appropriate Git repository, open the audit log file:
4545

4646
```shell
47-
ghe-repo OWNER/REPOSITORY -c "cat audit_log"
47+
ghe-spokesctl ssh --primary OWNER/REPOSITORY -- cat audit_log
4848
```

content/billing/using-the-new-billing-platform/about-the-billing-cycle.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ At the end of each month, your metered usage is calculated and scheduled to be b
2929

3030
{% ifversion fpt %}For personal accounts and organizations, your bill cycle day is typically the day you started a paid plan (not necessarily when the account was created).{% elsif ghec %}Your bill cycle day is typically determined by when you converted from a trial to a paid enterprise account.{% endif %} For example, if you {% ifversion fpt %}started a paid plan{% elsif ghec %}converted from a trial{% endif %} on the 15th of a month, you will be billed on the 15th of each subsequent month.
3131

32+
> [!NOTE] If you are paying via an Azure subscription ID, your **billing period** will run from the first day of each month to the last day of the month. To access your specific **bill cycle day**, please visit the Azure commerce portal.
33+
3234
## Billing cycles for volume-based products
3335

3436
Volume-based licenses may follow a different billing cycle, even if your account is on the new billing platform. These products are often billed based on the anniversary date of your subscription rather than by calendar month.

data/features/push-rulesets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
versions:
44
fpt: '*'
55
ghec: '*'
6-
ghes: '>=3.15'
6+
ghes: '>=3.17'

data/reusables/enterprise-migration-tool/data-not-migrated.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* {% data variables.product.prodname_actions %} secrets, variables, environments, self-hosted runners, {% data variables.actions.hosted_runner %}s, or workflow run history
1010
* GitHub Apps and GitHub App installations
1111
* {% data variables.large_files.product_name_short %} objects and large binaries (repositories using {% data variables.large_files.product_name_short %} are still supported, see [Limitations of {% data variables.product.prodname_importer_proper_name %}](#limitations-of-github-enterprise-importer))
12+
* Links from commits to pull requests that were rebase merged
1213
* Packages in {% data variables.product.prodname_registry %}
1314
* Projects (classic) at the organization level
1415
* {% data variables.product.prodname_projects_v2 %} (the new projects experience)

0 commit comments

Comments
 (0)